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

Subversion Repositories c0or1k

[/] [c0or1k/] [trunk/] [include/] [l4/] [platform/] [eb/] [printascii.h] - Blame information for rev 2

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 2 drasko
#ifndef __PLATFORM__EB__PRINTASCII__H__
2
#define __PLATFORM__EB__PRINTASCII__H__
3
 
4
#define dprintk(str, val)               \
5
{                                       \
6
        printascii(str);                \
7
        printascii("0x");               \
8
        printhex8((val));               \
9
        printascii("\n");               \
10
}
11
 
12
void printascii(char *str);
13
void printhex8(unsigned int);
14
 
15
#endif /* __PLATFORM__EB__PRINTASCII__H__ */

powered by: WebSVN 2.1.0

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