minix3/lib/libhgfs/type.h

8 lines
122 B
C
Raw Normal View History

2020-02-21 00:59:27 +05:30
/* Part of libhgfs - (c) 2009, D.C. van Moolenbroek */
struct channel {
u16_t id;
u32_t cookie1;
u32_t cookie2;
};