Gitiles
Code Review
Sign In
gerrit.cesnet.cz
/
github
/
trini
/
u-boot
/
7b8f0bfa6e1a0390bea8e2b24d7d7fa33d654db3
/
.
/
board
/
kontron
/
sl28
/
sl28.h
blob: 7f0105049cb8f6f4240dbfbd3b9efdb1fd1ffe04 [
file
] [
log
] [
blame
]
/* SPDX-License-Identifier: GPL-2.0+ */
#ifndef
__SL28_H
#define
__SL28_H
enum
boot_source
{
BOOT_SOURCE_UNKNOWN
,
BOOT_SOURCE_SDHC
,
BOOT_SOURCE_MMC
,
BOOT_SOURCE_I2C
,
BOOT_SOURCE_SPI
,
};
enum
boot_source sl28_boot_source
(
void
);
#endif