Changeset a33f0a6 in mainline for uspace/lib/c/arch/ia32/include/rtld/dynamic.h
- Timestamp:
- 2011-08-03T17:34:57Z (13 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 1940326
- Parents:
- 52a79081 (diff), 3fab770 (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/arch/ia32/include/rtld/dynamic.h
r52a79081 ra33f0a6 1 1 /* 2 * Copyright (c) 20 10Jiri Svoboda2 * Copyright (c) 2008 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 ADB_MOUSE_H_37 #define ADB_MOUSE_H_35 #ifndef LIBC_ia32_RTLD_DYNAMIC_H_ 36 #define LIBC_ia32_RTLD_DYNAMIC_H_ 38 37 39 38 #include <sys/types.h> 40 39 41 #define NAME "adb_ms" 42 #define NAMESPACE "hid_in" 43 44 extern void mouse_handle_data(uint16_t); 40 typedef struct { 41 /* Empty. */ 42 } dyn_info_arch_t; 45 43 46 44 #endif 47 45 48 /** 49 * @} 46 /** @} 50 47 */
Note:
See TracChangeset
for help on using the changeset viewer.