NSMBW-Decomp
A decompilation of New Super Mario Bros. Wii
Loading...
Searching...
No Matches
EXIUart.h
1#ifndef RVL_SDK_EXI_UART_H
2#define RVL_SDK_EXI_UART_H
3#include <revolution/EXI/EXICommon.h>
4#include <types.h>
5#ifdef __cplusplus
6extern "C" {
7#endif
8
9void __OSEnableBarnacle(EXIChannel chan, u32 dev);
10
11#ifdef __cplusplus
12}
13#endif
14#endif