diff options
Diffstat (limited to 'sys/dev/cfi/cfi_dev.c')
-rw-r--r-- | sys/dev/cfi/cfi_dev.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/cfi/cfi_dev.c b/sys/dev/cfi/cfi_dev.c index 89069cb..d635753 100644 --- a/sys/dev/cfi/cfi_dev.c +++ b/sys/dev/cfi/cfi_dev.c @@ -74,7 +74,7 @@ struct cdevsw cfi_cdevsw = { * or the process stops writing. At that time we write the whole * sector to flash (see cfi_block_finish). */ -static int +int cfi_block_start(struct cfi_softc *sc, u_int ofs) { union { @@ -124,7 +124,7 @@ cfi_block_start(struct cfi_softc *sc, u_int ofs) * Finish updating the current block/sector by writing the compound * set of changes to the flash. */ -static int +int cfi_block_finish(struct cfi_softc *sc) { int error; |