liberis
|
00001 /* 00002 liberis -- A set of libraries for controlling the NEC PC-FX 00003 00004 Copyright (C) 2011 Alex Marshall "trap15" <trap15@raidenii.net> 00005 00006 # This code is licensed to you under the terms of the MIT license; 00007 # see file LICENSE or http://www.opensource.org/licenses/mit-license.php 00008 */ 00009 00014 #ifndef _LIBERIS_CD_H_ 00015 #define _LIBERIS_CD_H_ 00016 00017 #include <eris/types.h> 00018 00021 void eris_cd_reset(void); 00029 u32 eris_cd_read(u32 lba, u8 *buf, u32 size); 00036 void eris_cd_read_kram(u32 lba, u32 kram_addr, u32 size); 00037 00038 #endif