SDL API Guide for J721E
soc.h
Go to the documentation of this file.
1 
40 #ifndef SDL_SOC_H
41 #define SDL_SOC_H
42 
43 #include <src/sdl/sdlr.h>
44 #include <src/sdl/tistdtypes.h>
45 
46 #if defined (SOC_J721E)
47 #include <include/soc/j721e/sdlr_soc.h>
48 #endif /* SOC_J721E */
49 
50 #if defined (SOC_J7200)
51 #include <include/soc/j7200/sdlr_soc.h>
52 #endif /* SOC_J7200 */
53 
54 #if defined (SOC_J721S2)
55 #include <include/soc/j721s2/sdlr_soc.h>
56 #endif /* SOC_J721S2 */
57 
58 #if defined (SOC_J784S4)
59 #include <include/soc/j784s4/sdlr_soc.h>
60 #endif /* SOC_J784S4 */
61 
62 #endif /* SDL_SOC_H*/