kernel debug: priv can be NULL early on
[minix.git] / lib / libhgfs / type.h
bloba8ade070da4a4b878091a846fbe76d6aff3a1b7c
1 /* Part of libhgfs - (c) 2009, D.C. van Moolenbroek */
3 struct channel {
4 u16_t id;
5 u32_t cookie1;
6 u32_t cookie2;
7 };