about summary refs log blame commit diff stats
path: root/tools/iso/kernel.soso/serial.h
blob: ade1838b7178855ed5d015ee6d4a3c08a1b2050f (plain) (tree)
1
2
3
4
5
6
7
8







                                            
#ifndef SERIAL_H
#define SERIAL_H

void initializeSerial();
void writeSerial(char a);
void Serial_PrintF(const char *format, ...);

#endif // SERIAL_H