mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-10-13 10:07:38 -04:00
Add include guard to s5l8700.h
Change-Id: I246a626c788bc0173cb7709fb5b004bdaac97883
This commit is contained in:
parent
f4bbddb044
commit
1535a42b68
1 changed files with 5 additions and 0 deletions
|
@ -19,6 +19,9 @@
|
|||
*
|
||||
****************************************************************************/
|
||||
|
||||
#ifndef __S5L8700_H__
|
||||
#define __S5L8700_H__
|
||||
|
||||
#ifndef ASM
|
||||
#include <stdint.h>
|
||||
#endif
|
||||
|
@ -811,3 +814,5 @@
|
|||
// #define USB_DW_ARCH_SLAVE
|
||||
|
||||
#endif /* CONFIG_CPU==S5L8701 */
|
||||
|
||||
#endif /* __S5L8700_H__ */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue