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

Subversion Repositories c0or1k

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

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 2 drasko
#ifndef __DEBUG_H__
2
#define __DEBUG_H__
3
 
4
//#include <kmalloc/kmalloc.h>
5
#include <mm/alloc_page.h>
6
#include <l4/lib/list.h>
7
 
8
#if defined(DEBUG)
9
#define dprintf printf
10
#else
11
#define dprintf(...)
12
#endif
13
 
14
void print_page_area_list(struct page_allocator *p);
15
void print_km_area_list(struct link *s);
16
void print_km_area(struct km_area *s);
17
#endif /* DEBUG_H */

powered by: WebSVN 2.1.0

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