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