-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
yaml --- r: 319615 b: refs/heads/master c: aaf3fed h: refs/heads/master i: 319613: b0e53c7 319611: 3a224c4 319607: 15fe19d 319599: 652aae9 319583: 0d99552 319551: e58ddfe 319487: d09cb98 v: v3
- Loading branch information
Jonas Gorski
authored and
Ralf Baechle
committed
Jul 24, 2012
1 parent
20df6dd
commit e8b10a1
Showing
4 changed files
with
70 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
--- | ||
refs/heads/master: 4b897d5483da5c3f3c4d52440a994aad574b62b4 | ||
refs/heads/master: aaf3fedb56c95b419eda4c5392e03ad9b82c4847 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,12 @@ | ||
#ifndef __BCM63XX_FLASH_H | ||
#define __BCM63XX_FLASH_H | ||
|
||
enum { | ||
BCM63XX_FLASH_TYPE_PARALLEL, | ||
BCM63XX_FLASH_TYPE_SERIAL, | ||
BCM63XX_FLASH_TYPE_NAND, | ||
}; | ||
|
||
int __init bcm63xx_flash_register(void); | ||
|
||
#endif /* __BCM63XX_FLASH_H */ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters