//*---------------------------------------------------------------------------- //* File Name : seriel.h //* Object : Standard C Header File //* //* 1.0 04/12/07 MP : Creation //*---------------------------------------------------------------------------- #ifndef seriell_h #define seriell_h #include "../h/pmc.h" #include "../h/pio.h" #include "../h/usart.h" int init_ser(void); char putch(char); char getch(void); int puts(char *); #endif /* seriell_h */