Welcome to mirror list, hosted at ThFree Co, Russian Federation.

boot.h « mmc « linux « include - github.com/torvalds/linux.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 23acc3baa07ded7bb2c5d54353698ae36a5df650 (plain)
1
2
3
4
5
6
7
#ifndef LINUX_MMC_BOOT_H
#define LINUX_MMC_BOOT_H

enum { MMC_PROGRESS_ENTER, MMC_PROGRESS_INIT,
       MMC_PROGRESS_LOAD, MMC_PROGRESS_DONE };

#endif /* LINUX_MMC_BOOT_H */