Public Attributes | |
| struct char_device_struct * | next |
| unsigned int | major |
| unsigned int | baseminor |
| int | minorct |
| char | name [64] |
| struct cdev * | cdev |
Definition at line 56 of file char_dev.c.
struct char_device_struct* char_device_struct::next [read] |
Definition at line 57 of file char_dev.c.
| unsigned int char_device_struct::major |
Definition at line 58 of file char_dev.c.
| unsigned int char_device_struct::baseminor |
Definition at line 59 of file char_dev.c.
Definition at line 60 of file char_dev.c.
| char char_device_struct::name[64] |
Definition at line 61 of file char_dev.c.
struct cdev* char_device_struct::cdev [read] |
Definition at line 62 of file char_dev.c.
1.5.6