summaryrefslogtreecommitdiff
path: root/core/include/fs.h
diff options
context:
space:
mode:
authorMatt Fleming <matt.fleming@intel.com>2012-03-28 13:57:54 +0100
committerMatt Fleming <matt.fleming@intel.com>2012-03-28 14:38:34 +0100
commit0376c8d3b618c53914c44dd0c90b03e1f66c4bdc (patch)
treec68df1fa761d7beed1d35669be20b2005a3e60a1 /core/include/fs.h
parent5b138643e73cd2ffc7edab1aea197c200c46f9d4 (diff)
downloadsyslinux-0376c8d3b618c53914c44dd0c90b03e1f66c4bdc.tar.gz
firmware, diskio: Create struct disk_private
We need a way of passing firmware-specific information to the disk I/O subsystem. Split the BIOS code into diskio_bios.c so that we don't include any disk BIOS symbols in the EFI executable. This way, the code in core/fs/diskio.c is firmware independent. Signed-off-by: Matt Fleming <matt.fleming@intel.com>
Diffstat (limited to 'core/include/fs.h')
-rw-r--r--core/include/fs.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/core/include/fs.h b/core/include/fs.h
index a554a46d..decada64 100644
--- a/core/include/fs.h
+++ b/core/include/fs.h
@@ -181,7 +181,6 @@ static inline struct file *handle_to_file(uint16_t handle)
extern char *PATH;
-/* fs.c */
void pm_mangle_name(com32sys_t *);
void pm_searchdir(com32sys_t *);
void mangle_name(char *, const char *);