repo.or.cz
/
linux-2.6
/
next.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
pxa2xx pcmcia - stargate 2 use gpio array.
[linux-2.6/next.git]
/
include
/
linux
/
mmc
/
boot.h
blob
39d787c229cb884a02a83084447db228d81c6ee0
1
#ifndef MMC_BOOT_H
2
#define MMC_BOOT_H
3
4
enum
{
MMC_PROGRESS_ENTER
,
MMC_PROGRESS_INIT
,
5
MMC_PROGRESS_LOAD
,
MMC_PROGRESS_DONE
};
6
7
#endif