mars/mars_device_sio.h

16 lines
264 B
C
Raw Normal View History

2010-06-15 18:31:06 +00:00
// (c) 2010 Thomas Schoebel-Theuer / 1&1 Internet AG
struct device_sio_brick {
MARS_BRICK(device_sio);
};
struct device_sio_input {
MARS_INPUT(device_sio);
};
struct device_sio_output {
MARS_OUTPUT(device_sio);
2010-06-16 13:21:30 +00:00
struct file *filp;
2010-06-15 18:31:06 +00:00
};
MARS_TYPES(device_sio);