Changeset 1787e527 in mainline for kernel/arch/arm32/include/mach/integratorcp/integratorcp.h
- Timestamp:
- 2009-11-16T21:22:54Z (15 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 5ebdf94
- Parents:
- fcbd1be (diff), 9c70ed6 (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 edited
Legend:
- Unmodified
- Added
- Removed
-
kernel/arch/arm32/include/mach/integratorcp/integratorcp.h
rfcbd1be r1787e527 98 98 99 99 extern void icp_init(void); 100 extern void icp_fb_init(void);101 100 extern void icp_output_init(void); 102 101 extern void icp_input_init(void); 103 extern void icp_release_console(void);104 extern void icp_grab_console(void);105 102 extern void icp_timer_irq_start(void); 106 103 extern void icp_cpu_halt(void); 107 104 extern void icp_irq_exception(int exc_no, istate_t *istate); 108 105 extern uintptr_t icp_get_memory_size(void); 109 extern uintptr_t icp_get_fb_address(void);110 extern void icp_fb_init(void);111 106 extern void icp_frame_init(void); 112 107
Note:
See TracChangeset
for help on using the changeset viewer.