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

Subversion Repositories c0or1k

[/] [c0or1k/] [trunk/] [conts/] [libmem/] [tests/] [libl4.h] - Blame information for rev 2

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 2 drasko
/*
2
 * Mock-up l4 library definitions for host testing.
3
 *
4
 */
5
#ifndef __TESTS_LIBL4_H__
6
#define __TESTS_LIBL4_H__
7
 
8
#include <l4/macros.h>
9
#include <l4/config.h>
10
#include <l4/types.h>
11
 
12
u32 l4_map(unsigned long phys, unsigned long virt, u32 size, u32 flags, u32 tid);
13
u32 l4_unmap(unsigned long a, unsigned long b, u32 npages);
14
u32 l4_getpid(unsigned int *a, unsigned int *b, unsigned int *c);
15
 
16
 
17
#endif

powered by: WebSVN 2.1.0

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