Changeset f219adc in rtems
- Timestamp:
- May 7, 2017, 9:13:24 PM (3 years ago)
- Branches:
- master
- Children:
- a9859d1
- Parents:
- 00d98208
- git-author:
- Phong Pham <phamp@…> (05/07/17 21:13:24)
- git-committer:
- Joel Sherrill <joel@…> (05/14/17 03:50:39)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
c/src/libchip/serial/ns16550_p.h
-
Property
mode
changed from
100644
to100755
r00d98208 rf219adc 29 29 #define _NS16550_P_H_ 30 30 31 #ifndef ASM 31 32 #include <libchip/serial.h> 33 #endif 32 34 33 35 #ifdef __cplusplus … … 44 46 #define NS16550_RECEIVE_BUFFER 0 45 47 #define NS16550_TRANSMIT_BUFFER 0 48 #define NS16550_DIVISOR_LATCH_L 0 46 49 #define NS16550_INTERRUPT_ENABLE 1 50 #define NS16550_DIVISOR_LATCH_M 1 47 51 #define NS16550_INTERRUPT_ID 2 48 52 #define NS16550_FIFO_CONTROL 2 -
Property
mode
changed from
Note: See TracChangeset
for help on using the changeset viewer.