mirror of
git://projects.qi-hardware.com/xburst-tools.git
synced 2025-04-21 12:27:27 +03:00
modified *.h add define
This commit is contained in:
@@ -43,4 +43,4 @@ blink_led:led_on.S
|
||||
clean:
|
||||
rm -f *.o
|
||||
rm -f $(IMAGE)/*
|
||||
|
||||
rm -f *~
|
||||
|
||||
@@ -20,4 +20,9 @@
|
||||
* MA 02111-1307 USA
|
||||
*/
|
||||
|
||||
#ifndef __BLINK_LED_H
|
||||
#define __BLINK_LED_H
|
||||
|
||||
int blink_led();
|
||||
|
||||
#define /* __BLINK_LED_H */
|
||||
|
||||
@@ -14,5 +14,9 @@
|
||||
* u-boot integration and bad-block skipping (C) 2006 by OpenMoko, Inc.
|
||||
* Author: Harald Welte <laforge@openmoko.org>
|
||||
*/
|
||||
#ifndef __NAND_READ_H
|
||||
#define __NAND_READ_H
|
||||
|
||||
int nand_read_ll(unsigned char *buf, unsigned long start_addr, int size);
|
||||
|
||||
#endif /* __NAND_READ_H */
|
||||
|
||||
Reference in New Issue
Block a user