Changeset 1921
- Timestamp:
- 11/11/08 16:01:24 (2 months ago)
- Files:
-
- trunk/bertos/fs/battfs.h (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/bertos/fs/battfs.h
r1896 r1921 109 109 * Sentinel used to keep trace of unset pages in disk->page_array. 110 110 */ 111 #define PAGE_UNSET_SENTINEL (( 1 << (CPU_BITS_PER_CHAR * sizeof(pgcnt_t))) - 1)111 #define PAGE_UNSET_SENTINEL ((pgcnt_t)((1L << (CPU_BITS_PER_CHAR * sizeof(pgcnt_t))) - 1)) 112 112 113 113 /**
