Changeset 03362fbd in mainline for uspace/drv/fb/kfb/kfb.h
- Timestamp:
- 2013-02-09T23:14:45Z (13 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 22dfd38
- Parents:
- b5d2e57 (diff), 005b765 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the(diff)links above to see all the changes relative to each parent. - File:
-
- 1 moved
-
uspace/drv/fb/kfb/kfb.h (moved) (moved from uspace/lib/ext2/libext2.h ) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
uspace/drv/fb/kfb/kfb.h
rb5d2e57 r03362fbd 1 1 /* 2 * Copyright (c) 2011 Martin Sucha2 * Copyright (c) 2011 Petr Koupy 3 3 * All rights reserved. 4 4 * … … 27 27 */ 28 28 29 /** @addtogroup libext229 /** @addtogroup kfb 30 30 * @{ 31 31 */ … … 34 34 */ 35 35 36 #ifndef LIBEXT2_LIBEXT2_H_37 #define LIBEXT2_LIBEXT2_H_36 #ifndef KFB_KFB_H_ 37 #define KFB_KFB_H_ 38 38 39 #include "libext2_superblock.h" 40 #include "libext2_block_group.h" 41 #include "libext2_inode.h" 42 #include "libext2_filesystem.h" 43 #include "libext2_directory.h" 39 #include <ddf/driver.h> 40 41 #define NAME "kfb" 42 43 extern ddf_dev_ops_t graph_vsl_device_ops; 44 extern ddf_dev_ops_t graph_rnd_device_ops; 44 45 45 46 #endif
Note:
See TracChangeset
for help on using the changeset viewer.
