1 /* 2 * Routines to access hardware 3 * 4 * Copyright (c) 2013 Realtek Semiconductor Corp. 5 * 6 * This module is a confidential and proprietary property of RealTek and 7 * possession or use of this module requires written permission of RealTek. 8 */ 9 #ifndef _AMEBA_SOC_H_ 10 #define _AMEBA_SOC_H_ 11 12 /* rom headers */ 13 #include "rtl8721d.h" 14 #include "rtl8721d_simulation.h" 15 #include "strproc.h" 16 #include "rtl8721dlp_km4.h" 17 #include "rtl8721d_captouch.h" 18 19 #ifndef CONFIG_BUILD_ROM 20 /* ram headers */ 21 #include "platform_opts.h" 22 #include "rtl8721d_ota.h" 23 24 #include "freertos_pmu.h" 25 #include "FreeRTOS.h" 26 27 #ifdef PLATFORM_FREERTOS 28 #include "rtl8721d_freertos_pmu.h" 29 #include "freertos_pmu.h" 30 #include "FreeRTOS.h" 31 #include "task.h" 32 #include "semphr.h" 33 #endif 34 #endif 35 36 #endif //_AMEBA_SOC_H_ 37