Changeset 8ff0bd2 in mainline for uspace/lib/c/include/elf/elf.h
- Timestamp:
- 2011-09-04T11:30:58Z (13 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 03bc76a
- Parents:
- d2c67e7 (diff), deac215e (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
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/c/include/elf/elf.h
rd2c67e7 r8ff0bd2 1 1 /* 2 * Copyright (c) 201 0Jiri Svoboda2 * Copyright (c) 2011 Jiri Svoboda 3 3 * All rights reserved. 4 4 * … … 27 27 */ 28 28 29 /** @addtogroup mouse 30 * @brief 29 /** @addtogroup generic 31 30 * @{ 32 31 */ … … 34 33 */ 35 34 36 #ifndef ADBDEV_H_37 #define ADBDEV_H_35 #ifndef LIBC_ELF_H_ 36 #define LIBC_ELF_H_ 38 37 39 38 #include <sys/types.h> 40 41 extern int adb_dev_init(void); 39 #include <abi/elf.h> 40 #include <libarch/elf.h> 42 41 43 42 #endif 44 43 45 /** 46 * @} 47 */ 48 44 /** @} 45 */
Note:
See TracChangeset
for help on using the changeset viewer.