Changeset bee37cf in mainline for uspace/lib/c/arch/mips64/include/istate.h
- Timestamp:
- 2011-07-05T21:21:36Z (15 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 5e2aa83, eb66f236
- Parents:
- 3714e79 (diff), f7a55f9 (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/lib/c/arch/mips64/include/istate.h (moved) (moved from uspace/srv/hid/adb_mouse/adb_dev.h ) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/c/arch/mips64/include/istate.h
r3714e79 rbee37cf 27 27 */ 28 28 29 /** @addtogroup mouse 30 * @brief 29 /** @addtogroup libcmips64 31 30 * @{ 32 31 */ … … 34 33 */ 35 34 36 #ifndef ADBDEV_H_37 #define ADBDEV_H_35 #ifndef LIBC_mips64__ISTATE_H_ 36 #define LIBC_mips64__ISTATE_H_ 38 37 39 #include <sys/types.h> 40 41 extern int adb_dev_init(void); 38 #include <arch/istate.h> 42 39 43 40 #endif 44 41 45 /** 46 * @} 47 */ 48 42 /** @} 43 */
Note:
See TracChangeset
for help on using the changeset viewer.
