1
0
Fork 0
forked from len0rd/rockbox

Add include guard to s5l8700.h

Change-Id: I246a626c788bc0173cb7709fb5b004bdaac97883
This commit is contained in:
Vencislav Atanasov 2024-11-23 11:04:17 +02:00 committed by Solomon Peachy
parent f4bbddb044
commit 1535a42b68

View file

@ -19,6 +19,9 @@
* *
****************************************************************************/ ****************************************************************************/
#ifndef __S5L8700_H__
#define __S5L8700_H__
#ifndef ASM #ifndef ASM
#include <stdint.h> #include <stdint.h>
#endif #endif
@ -811,3 +814,5 @@
// #define USB_DW_ARCH_SLAVE // #define USB_DW_ARCH_SLAVE
#endif /* CONFIG_CPU==S5L8701 */ #endif /* CONFIG_CPU==S5L8701 */
#endif /* __S5L8700_H__ */