URL
https://opencores.org/ocsvn/c0or1k/c0or1k/trunk
Subversion Repositories c0or1k
[/] [c0or1k/] [trunk/] [conts/] [libmem/] [tests/] [test_kmalloc.h] - Rev 2
Compare with Previous | Blame | View Log
#ifndef __TEST_KMALLOC_H__ #define __TEST_KMALLOC_H__ #include <kmalloc/kmalloc.h> void test_kmalloc(int num_allocs, int allocs_max, FILE *initstate, FILE *exitstate); #endif