summaryrefslogtreecommitdiffstats
path: root/freebsd/sys/sys/slicer.h
diff options
context:
space:
mode:
Diffstat (limited to 'freebsd/sys/sys/slicer.h')
-rw-r--r--freebsd/sys/sys/slicer.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/freebsd/sys/sys/slicer.h b/freebsd/sys/sys/slicer.h
index 1565ecce..675b5acc 100644
--- a/freebsd/sys/sys/slicer.h
+++ b/freebsd/sys/sys/slicer.h
@@ -58,7 +58,7 @@ typedef int (*flash_slicer_t)(device_t dev, const char *provider,
#define FLASH_SLICES_TYPE_SPI 2
#define FLASH_SLICES_TYPE_MMC 3
-/* Use NULL for deregistering a slicer */
+/* Use NULL and set force to true for deregistering a slicer */
void flash_register_slicer(flash_slicer_t slicer, u_int type, bool force);
#endif /* _KERNEL */