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

Subversion Repositories c0or1k

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

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 2 drasko
#ifndef __MM0_UTCB_H__
2
#define __MM0_UTCB_H__
3
 
4
int utcb_pool_init();
5
 
6
void *utcb_new_address(int npages);
7
int utcb_delete_address(void *shm_addr, int npages);
8
unsigned long utcb_slot(struct utcb_desc *desc);
9
unsigned long task_new_utcb_desc(struct tcb *task);
10
int task_setup_utcb(struct tcb *task);
11
int task_destroy_utcb(struct tcb *task);
12
 
13
 
14
#endif /* __MM0_UTCB_H__ */

powered by: WebSVN 2.1.0

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