Changeset 98000fb in mainline for kernel/generic/include/console/chardev.h
- Timestamp:
- 2009-06-03T19:34:45Z (16 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 301ff30
- Parents:
- 69e68e3
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
kernel/generic/include/console/chardev.h
r69e68e3 r98000fb 58 58 SPINLOCK_DECLARE(lock); 59 59 wchar_t buffer[INDEV_BUFLEN]; 60 count_t counter;60 size_t counter; 61 61 62 62 /** Implementation of indev operations. */ 63 63 indev_operations_t *op; 64 index_t index;64 size_t index; 65 65 void *data; 66 66 } indev_t;
Note:
See TracChangeset
for help on using the changeset viewer.