mirror of
https://github.com/zeldaret/ss
synced 2026-08-09 10:53:09 -04:00
15 lines
221 B
C
15 lines
221 B
C
#ifndef RVL_SDK_EXI_UART_H
|
|
#define RVL_SDK_EXI_UART_H
|
|
#include "rvl/EXI/EXIBios.h"
|
|
#include <common.h>
|
|
#ifdef __cplusplus
|
|
extern "C" {
|
|
#endif
|
|
|
|
void __OSEnableBarnacle(EXIChannel, u32);
|
|
|
|
#ifdef __cplusplus
|
|
}
|
|
#endif
|
|
#endif
|