summaryrefslogtreecommitdiffhomepage
path: root/dev/Modules/Flash
diff options
context:
space:
mode:
Diffstat (limited to 'dev/Modules/Flash')
-rw-r--r--dev/Modules/Flash/Flash.h21
1 files changed, 0 insertions, 21 deletions
diff --git a/dev/Modules/Flash/Flash.h b/dev/Modules/Flash/Flash.h
deleted file mode 100644
index 9f5d4117..00000000
--- a/dev/Modules/Flash/Flash.h
+++ /dev/null
@@ -1,21 +0,0 @@
-/* -------------------------------------------
-
- Copyright (C) 2024, Theater Quality Inc, all rights reserved.
-
-------------------------------------------- */
-
-#pragma once
-
-#ifdef ZKA_USE_MBCI_FLASH
-
-#include <NewKit/Defines.h>
-
-/// @brief get sector count.
-/// @return drive sector count.
-Kernel::SizeT drv_get_sector_count();
-
-/// @brief get device size.
-/// @return drive size
-Kernel::SizeT drv_get_size();
-
-#endif // ifdef ZKA_USE_MBCI_FLASH