xref: /minix3/minix/lib/libhgfs/type.h (revision 340f5e56603e4275faeb89a9aacace41ba22d661)
1 /* Part of libhgfs - (c) 2009, D.C. van Moolenbroek */
2 
3 struct channel {
4   u16_t id;
5   u32_t cookie1;
6   u32_t cookie2;
7 };
8