Changeset 04803bf in mainline for uspace/lib/c/arch/abs32le/src/entry.c
- Timestamp:
- 2011-03-21T22:00:17Z (15 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 143932e3
- Parents:
- b50b5af2 (diff), 7308e84 (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/abs32le/src/entry.c (moved) (moved from kernel/arch/arm32/include/debug.h ) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/c/arch/abs32le/src/entry.c
rb50b5af2 r04803bf 1 1 /* 2 * Copyright (c) 20 05 Jakub Jermar2 * Copyright (c) 2010 Martin Decky 3 3 * All rights reserved. 4 4 * … … 27 27 */ 28 28 29 /** @addtogroup arm32debug30 * @{31 */32 29 /** @file 33 * @brief Empty.34 30 */ 35 31 36 #ifndef KERN_arm32_DEBUG_H_ 37 #define KERN_arm32_DEBUG_H_ 32 #include <unistd.h> 33 #include <libarch/entry.h> 34 #include "../../../generic/private/libc.h" 38 35 39 #endif 36 void __entry(void) 37 { 38 __main(NULL); 39 } 40 40 41 41 /** @}
Note:
See TracChangeset
for help on using the changeset viewer.
