1 /*---------------------------------------------------------------------------* 2 Project: TwlSDK - SPI - demos - spiMonkey3 3 File: snd_data.h 4 5 Copyright 2007 Nintendo. All rights reserved. 6 7 These coded instructions, statements, and computer programs contain 8 proprietary information of Nintendo of America Inc. and/or Nintendo 9 Company Ltd., and are protected by Federal copyright law. They may 10 not be disclosed to third parties or copied or duplicated in any form, 11 in whole or in part, without the prior written consent of Nintendo. 12 13 $Date:: 2007-12-05#$ 14 $Rev: 2863 $ 15 $Author: terui $ 16 *---------------------------------------------------------------------------*/ 17 18 #ifndef TWL_DEMOS_SPI_SPIMONKEY3_SND_DATA_H_ 19 #define TWL_DEMOS_SPI_SPIMONKEY3_SND_DATA_H_ 20 #ifdef __cplusplus 21 extern "C" { 22 #endif 23 /*---------------------------------------------------------------------------*/ 24 25 #include <twl.h> 26 27 extern const u8 sound_seq_data[]; 28 extern const u8 sound_bank_data[]; 29 extern const u8 sound_wave_data[]; 30 31 /*---------------------------------------------------------------------------*/ 32 #ifdef __cplusplus 33 } /* extern "C" */ 34 #endif 35 #endif /* TWL_DEMOS_SPI_SPIMONKEY3_SND_DATA_H_ */ 36