mirror of
https://github.com/drasko/codezero.git
synced 2026-03-24 13:01:51 +01:00
Kernel updates since December 2009
This commit is contained in:
@@ -1,3 +1,8 @@
|
||||
/*
|
||||
* Copyright (C) 2010 B Labs Ltd.
|
||||
* Author: Prem Mallappa <prem.mallappa@b-labs.co.uk>
|
||||
*/
|
||||
|
||||
#ifndef __ARM_GLUE_INIT_H__
|
||||
#define __ARM_GLUE_INIT_H__
|
||||
|
||||
@@ -8,5 +13,14 @@ void switch_to_user(struct ktcb *inittask);
|
||||
void timer_start(void);
|
||||
|
||||
extern struct address_space init_space;
|
||||
void init_kernel_mappings(void);
|
||||
void start_virtual_memory(void);
|
||||
void finalize_virtual_memory(void);
|
||||
void init_finalize(void);
|
||||
|
||||
void remove_section_mapping(unsigned long vaddr);
|
||||
|
||||
void vectors_init(void);
|
||||
void setup_idle_caps(void);
|
||||
void setup_idle_task(void);
|
||||
#endif /* __ARM_GLUE_INIT_H__ */
|
||||
|
||||
Reference in New Issue
Block a user