OpenCores
URL https://opencores.org/ocsvn/c0or1k/c0or1k/trunk

Subversion Repositories c0or1k

[/] [c0or1k/] [trunk/] [conts/] [posix/] [mm0/] [include/] [init.h] - Blame information for rev 2

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 2 drasko
/*
2
 * Data that comes from the kernel, and other init data.
3
 *
4
 * Copyright (C) 2007 Bahadir Balban
5
 */
6
#ifndef __MM_INIT_H__
7
#define __MM_INIT_H__
8
 
9
#include <l4/macros.h>
10
#include <l4/config.h>
11
#include <l4/types.h>
12
#include INC_PLAT(offsets.h)
13
#include INC_GLUE(memory.h)
14
#include INC_GLUE(memlayout.h)
15
#include <bootdesc.h>
16
#include <physmem.h>
17
#include <vm_area.h>
18
#include <capability.h>
19
 
20
struct initdata {
21
        struct bootdesc *bootdesc;
22
        struct page_bitmap *page_map;
23
        unsigned long pager_utcb_virt;
24
        unsigned long pager_utcb_phys;
25
        struct link boot_file_list;
26
};
27
 
28
extern struct initdata initdata;
29
 
30
void init(void);
31
 
32
void copy_boot_capabilities(int ncaps);
33
/* TODO: Remove this stuff from here. */
34
int init_devzero(void);
35
struct vm_file *get_devzero(void);
36
int init_execve(char *path);
37
 
38
#endif /* __MM_INIT_H__ */

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.