mirror of
https://gitlab.rtems.org/rtems/rtos/rtems.git
synced 2025-12-05 15:15:44 +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>
|
||||
|
||||
* all files : Initial copy and port from no_cpu
|
||||
|
||||
@@ -78,14 +78,6 @@ extern "C" {
|
||||
|
||||
#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:
|
||||
* - number of termios serial ports (defaults to 1)
|
||||
|
||||
Reference in New Issue
Block a user