Skip to content

Commit

Permalink
mn10300: allocate serial port UART IDs for on-chip serial ports
Browse files Browse the repository at this point in the history
Allocate serial port UART type IDs for the MN10300 on-chip serial ports.

Signed-off-by: David Howells <[email protected]>
Acked-by: Alan Cox <[email protected]>
Signed-off-by: Andrew Morton <[email protected]>
Signed-off-by: Linus Torvalds <[email protected]>
  • Loading branch information
dhowells authored and Linus Torvalds committed Feb 8, 2008
1 parent 62fb44b commit ef3d534
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions include/linux/serial_core.h
Original file line number Diff line number Diff line change
Expand Up @@ -150,6 +150,10 @@
#define PORT_MCF 78


/* MN10300 on-chip UART numbers */
#define PORT_MN10300 80
#define PORT_MN10300_CTS 81

#ifdef __KERNEL__

#include <linux/compiler.h>
Expand Down

0 comments on commit ef3d534

Please sign in to comment.