mirror of
https://github.com/drasko/codezero.git
synced 2026-02-27 09:13:13 +01:00
Testing Inter container IPC for UART service
This commit is contained in:
@@ -20,7 +20,7 @@ int address_pool_init_with_idpool(struct address_pool *pool,
|
||||
unsigned long start, unsigned long end);
|
||||
int address_pool_init(struct address_pool *pool,
|
||||
unsigned long start, unsigned long end,
|
||||
int size);
|
||||
unsigned int size);
|
||||
void *address_new(struct address_pool *pool, int nitems, int size);
|
||||
int address_del(struct address_pool *, void *addr, int nitems, int size);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user