Gitiles
Code Review
Sign In
gerrit.openbmc.org
/
openbmc
/
skeleton
/
a194b9d150b9a8d35f757bae356083cbf0d1dfd8
/
.
/
op-flasher
/
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 */