15 lines
415 B
C
15 lines
415 B
C
/*****************************************************************
|
|
>file name : interface/media/cpu/br30/includes.h
|
|
>author : lichao
|
|
>create time : Fri 29 Nov 2019 02:24:47 PM CST
|
|
*****************************************************************/
|
|
#ifndef _ASM_MEDIA_INCLUDES_H_
|
|
#define _ASM_MEDIA_INCLUDES_H_
|
|
|
|
#include "asm/audio_adc.h"
|
|
#include "asm/audio_linein.h"
|
|
#include "dac.h"
|
|
#include "asm/hw_eq.h"
|
|
|
|
#endif
|