NSMBW-Decomp
A decompilation of New Super Mario Bros. Wii
Loading...
Searching...
No Matches
euart.h
1
#ifndef RVL_SDK_EUART_EUART_H
2
#define RVL_SDK_EUART_EUART_H
3
#include <types.h>
4
#ifdef __cplusplus
5
extern
"C"
{
6
#endif
7
8
typedef
enum
{
9
EUART_ERROR_OK,
10
EUART_ERROR_FATAL,
11
EUART_ERROR_INVALID,
12
EUART_ERROR_BUSY,
13
EUART_ERROR_4,
14
EUART_ERROR_EXI,
15
} EUARTError;
16
17
BOOL EUARTInit(
void
);
18
EUARTError InitializeUART(
void
);
19
EUARTError WriteUARTN(
const
char
* msg, u32 n);
20
21
#ifdef __cplusplus
22
}
23
#endif
24
#endif
include
lib
revolution
EUART
euart.h
Made with ❤️ by
CLF78
and
RootCubed
. Logos by
Chasical
and
B1
. Website generated by
Doxygen
1.13.2