Gitiles
Code Review
Sign In
gerrit.openbmc.org
/
openbmc
/
skeleton
/
5236a8f86a017439d01af38f110874de642e6364
/
.
/
objects
/
pflash
/
sfc-ctrl.h
blob: 77ccd427e3a86b7b827cd78ee88f0f4145bf6432 [
file
] [
log
] [
blame
]
#ifndef
SFC_CTRL_H
#define
SFC_CTRL_H
struct
spi_flash_ctrl
;
extern
int
sfc_open
(
struct
spi_flash_ctrl
**
ctrl
);
extern
void
sfc_close
(
struct
spi_flash_ctrl
*
ctrl
);
#endif
/* SFC_CTRL_H */