forked from Imagelibrary/rtems
2005-01-18 Ralf Corsepius <ralf.corsepius@rtems.org>
* sapi/include/rtems/io.h : size_t device_name_length.
This commit is contained in:
@@ -1,3 +1,7 @@
|
|||||||
|
2005-01-18 Ralf Corsepius <ralf.corsepius@rtems.org>
|
||||||
|
|
||||||
|
* sapi/include/rtems/io.h : size_t device_name_length.
|
||||||
|
|
||||||
2005-01-18 Ralf Corsepius <ralf.corsepius@rtems.org>
|
2005-01-18 Ralf Corsepius <ralf.corsepius@rtems.org>
|
||||||
|
|
||||||
* sapi/include/rtems/fatal.h, score/include/rtems/score/interr.h:
|
* sapi/include/rtems/fatal.h, score/include/rtems/score/interr.h:
|
||||||
|
|||||||
@@ -74,7 +74,7 @@ typedef struct {
|
|||||||
|
|
||||||
typedef struct {
|
typedef struct {
|
||||||
char *device_name;
|
char *device_name;
|
||||||
uint32_t device_name_length;
|
size_t device_name_length;
|
||||||
rtems_device_major_number major;
|
rtems_device_major_number major;
|
||||||
rtems_device_minor_number minor;
|
rtems_device_minor_number minor;
|
||||||
} rtems_driver_name_t;
|
} rtems_driver_name_t;
|
||||||
|
|||||||
Reference in New Issue
Block a user