LibXenon
Bare-metal Xbox 360 homebrew library
Loading...
Searching...
No Matches
edram.h
Go to the documentation of this file.
1#ifndef __xenos_edram_h
2#define __xenos_edram_h
3
4#ifdef __cplusplus
5extern "C" {
6#endif
7
8#include <xenos/xe.h>
9
10void edram_init(struct XenosDevice *xe);
11
12#ifdef __cplusplus
13};
14#endif
15
16#endif
void edram_init(struct XenosDevice *xe)
Definition: edram.c:1209