7 lines
91 B
C
7 lines
91 B
C
#ifndef __UART0_H
|
|
#define __UART0_H
|
|
|
|
extern int uart0_handler_pid;
|
|
|
|
#endif /* __UART0_H */
|