Changeset 15f3c3f in mainline for uspace/srv/fs/locfs/locfs.h
- Timestamp:
- 2011-06-22T22:00:52Z (14 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 86ffa27f
- Parents:
- ef09a7a
- File:
-
- 1 moved
Legend:
- Unmodified
- Added
- Removed
-
uspace/srv/fs/locfs/locfs.h
ref09a7a r15f3c3f 31 31 */ 32 32 33 #ifndef DEVFS_DEVFS_H_34 #define DEVFS_DEVFS_H_33 #ifndef LOCFS_LOCFS_H_ 34 #define LOCFS_LOCFS_H_ 35 35 36 36 #include <libfs.h> 37 37 38 extern fs_reg_t devfs_reg;38 extern fs_reg_t locfs_reg; 39 39 40 40 #endif
Note:
See TracChangeset
for help on using the changeset viewer.