tp/include/dolphin/os/OSSerial.h

11 lines
192 B
C

#ifndef _DOLPHIN_OSSERIAL_H
#define _DOLPHIN_OSSERIAL_H
#ifdef __REVOLUTION_SDK__
#include <revolution/os/OSSerial.h>
#else
#include <dolphin/hw_regs.h>
#endif
#endif // _DOLPHIN_OSSERIAL_H