Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 179468
b: refs/heads/master
c: cb428c3
h: refs/heads/master
v: v3
  • Loading branch information
Manu Abraham authored and Mauro Carvalho Chehab committed Jan 17, 2010
1 parent def7a6d commit ae4e7e9
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 23fc1b2b00e849f6ec8628da77e2f282aedbebf3
refs/heads/master: cb428c3fe9667eb7521769f25f65b9dbf52a33ca
18 changes: 18 additions & 0 deletions trunk/drivers/media/dvb/mantis/mantis_uart.h
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
#ifndef __MANTIS_UART_H
#define __MANTIS_UART_H

enum mantis_baud {
MANTIS_BAUD_9600 = 0,
MANTIS_BAUD_19200,
MANTIS_BAUD_38400,
MANTIS_BAUD_57600,
MANTIS_BAUD_115200
};

enum mantis_parity {
MANTIS_PARITY_NONE = 0,
MANTIS_PARITY_EVEN,
MANTIS_PARITY_ODD
};

#endif // __MANTIS_UART_H

0 comments on commit ae4e7e9

Please sign in to comment.