xref: /minix/minix/lib/libhgfs/type.h (revision 83133719)
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