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

Subversion Repositories c0or1k

[/] [c0or1k/] [trunk/] [conts/] [baremetal/] [hello_world/] [main.c] - Blame information for rev 7

Go to most recent revision | Details | Compare with Previous | View Log

Line No. Rev Author Line
1 2 drasko
/*
2
 * Main function for this container
3
 */
4
 
5
#include <l4lib/macros.h>
6
#include L4LIB_INC_ARCH(syslib.h)
7
#include L4LIB_INC_ARCH(syscalls.h)
8
#include <l4/api/space.h>
9
 
10
extern int print_hello_world(void);
11
 
12
int main(void)
13
{
14
        print_hello_world();
15
 
16
        return 0;
17
}
18
 

powered by: WebSVN 2.1.0

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