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

Subversion Repositories c0or1k

[/] [c0or1k/] [trunk/] [conts/] [posix/] [mm0/] [include/] [utcb.h] - Rev 2

Compare with Previous | Blame | View Log

#ifndef __MM0_UTCB_H__
#define __MM0_UTCB_H__
 
int utcb_pool_init();
 
void *utcb_new_address(int npages);
int utcb_delete_address(void *shm_addr, int npages);
unsigned long utcb_slot(struct utcb_desc *desc);
unsigned long task_new_utcb_desc(struct tcb *task);
int task_setup_utcb(struct tcb *task);
int task_destroy_utcb(struct tcb *task);
 
 
#endif /* __MM0_UTCB_H__ */
 

Compare with Previous | Blame | View Log

powered by: WebSVN 2.1.0

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