mirror of
https://gitlab.rtems.org/rtems/rtos/rtems.git
synced 2025-12-05 23:23:13 +00:00
Remove bool, true, false.
This commit is contained in:
@@ -127,13 +127,6 @@
|
|||||||
#define RTEMS_FDISK_TRACE 1
|
#define RTEMS_FDISK_TRACE 1
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
/**
|
|
||||||
* Provide a basic boolean type.
|
|
||||||
*/
|
|
||||||
#define bool int
|
|
||||||
#define true (1)
|
|
||||||
#define false (0)
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* The start of a segment has a segment control table. This hold the CRC and
|
* The start of a segment has a segment control table. This hold the CRC and
|
||||||
* block number for the page.
|
* block number for the page.
|
||||||
|
|||||||
Reference in New Issue
Block a user