Changeset a6f5d89 in rtems for cpukit/libfs
- Timestamp:
- Jan 28, 2005, 8:44:51 AM (16 years ago)
- Branches:
- 4.10, 4.11, 4.8, 4.9, 5, master
- Children:
- bfdd0f9f
- Parents:
- eb891eb
- Location:
- cpukit/libfs/src
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
cpukit/libfs/src/dosfs/dosfs.h
reb891eb ra6f5d89 16 16 */ 17 17 18 #ifndef _ _DOSFS_DOSFS_H__19 #define _ _DOSFS_DOSFS_H__18 #ifndef _RTEMS_DOSFS_H 19 #define _RTEMS_DOSFS_H 20 20 21 21 #ifdef __cplusplus … … 79 79 #endif 80 80 81 #endif /* __DOSFS_DOSFS_H__ */81 #endif -
cpukit/libfs/src/imfs/imfs.h
reb891eb ra6f5d89 12 12 */ 13 13 14 #ifndef _ _IMFS_h15 #define _ _IMFS_h14 #ifndef _RTEMS_IMFS_H 15 #define _RTEMS_IMFS_H 16 16 17 17 #ifdef __cplusplus
Note: See TracChangeset
for help on using the changeset viewer.