Kernel/PTYs - NL->CR translation (disabled)
[tpg/acess2.git] / KernelLand / Modules / Interfaces / UDI / include / trans_uart.h
1 /*
2  * Acess2 UDI Layer
3  * - By John Hodge (thePowersGang)
4  *
5  * trans_uart.h
6  * - Attaches a PTY to a GIO "uart" type
7  */
8 #ifndef _TRANS_UART_H_
9 #define _TRANS_UART_H_
10
11 extern const udi_init_t acessuart_init;
12 extern const char       acessuart_udiprops[];
13 extern size_t   acessuart_udiprops_size;
14
15 #endif
16

UCC git Repository :: git.ucc.asn.au