summaryrefslogtreecommitdiff
path: root/core/include/fs.h
diff options
context:
space:
mode:
authorLiu Aleaxander <Aleaxander@gmail.com>2009-08-06 15:17:48 +0800
committerLiu Aleaxander <Aleaxander@gmail.com>2009-08-06 15:17:48 +0800
commit184bc83718963636297d230d8f3846d025942a72 (patch)
treeb22946ccb10835aed872d44e7080b08421a7c010 /core/include/fs.h
parentc401b53dd8e60a4dd4e913fb472af223cb5d6c48 (diff)
downloadsyslinux-184bc83718963636297d230d8f3846d025942a72.tar.gz
Core:PXELINUX: try to merge pxelinux
the others Syslinux derivative disabled for now
Diffstat (limited to 'core/include/fs.h')
-rw-r--r--core/include/fs.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/include/fs.h b/core/include/fs.h
index b5128d82..163808e8 100644
--- a/core/include/fs.h
+++ b/core/include/fs.h
@@ -44,7 +44,7 @@ struct device {
/* the cache stuff */
char* cache_data;
- struct cache_struct* cache_head;
+ void* cache_head;
uint16_t cache_block_size;
uint16_t cache_entries;
uint32_t cache_size;