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

Subversion Repositories c0or1k

[/] [c0or1k/] [trunk/] [conts/] [baremetal/] [empty/] [container.c] - Blame information for rev 2

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 2 drasko
/*
2
 * Container entry point for pager
3
 *
4
 * Copyright (C) 2007-2009 B Labs Ltd.
5
 */
6
 
7
#include <l4lib/init.h>
8
#include <l4lib/utcb.h>
9
 
10
 
11
extern void main(void);
12
 
13
void __container_init(void)
14
{
15
        /* Generic L4 initialisation */
16
        __l4_init();
17
 
18
        /* Entry to main */
19
        main();
20
}
21
 

powered by: WebSVN 2.1.0

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