mirror of
https://gitlab.rtems.org/rtems/rtos/rtems.git
synced 2025-12-10 09:33:46 +00:00
2006-10-24 Joel Sherrill <joel@OARcorp.com>
* include/bsp.h: Eliminate hi, lo, HI, LO, and MK_BMSK.
This commit is contained in:
@@ -1,3 +1,7 @@
|
|||||||
|
2006-10-24 Joel Sherrill <joel@OARcorp.com>
|
||||||
|
|
||||||
|
* include/bsp.h: Eliminate hi, lo, HI, LO, and MK_BMSK.
|
||||||
|
|
||||||
2006-06-05 Alain Schaefer <alani@easc.ch>
|
2006-06-05 Alain Schaefer <alani@easc.ch>
|
||||||
|
|
||||||
* all files : Initial copy and port from no_cpu
|
* all files : Initial copy and port from no_cpu
|
||||||
|
|||||||
@@ -78,14 +78,6 @@ extern "C" {
|
|||||||
|
|
||||||
#define FIFOLENGTH 0x100
|
#define FIFOLENGTH 0x100
|
||||||
|
|
||||||
#ifndef LO
|
|
||||||
#define LO(con32) ((con32) & 0xFFFF)
|
|
||||||
#endif
|
|
||||||
#ifndef HI
|
|
||||||
#define HI(con32) (((con32) >> 16) & 0xFFFF)
|
|
||||||
#endif
|
|
||||||
|
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* confdefs.h overrides for this BSP:
|
* confdefs.h overrides for this BSP:
|
||||||
* - number of termios serial ports (defaults to 1)
|
* - number of termios serial ports (defaults to 1)
|
||||||
|
|||||||
Reference in New Issue
Block a user