minix/servers/hgfs/libhgfs/type.h
2010-01-25 23:18:02 +00:00

8 lines
122 B
C

/* Part of libhgfs - (c) 2009, D.C. van Moolenbroek */
struct channel {
u16_t id;
u32_t cookie1;
u32_t cookie2;
};