URL
https://opencores.org/ocsvn/s6soc/s6soc/trunk
[/] [s6soc/] [trunk/] [sw/] [dev/] [display.h] - Diff between revs 15 and 21
Go to most recent revision |
Show entire file |
Details |
Blame |
View Log
Rev 15 |
Rev 21 |
Line 38... |
Line 38... |
//
|
//
|
//
|
//
|
#ifndef DISPLAY_H
|
#ifndef DISPLAY_H
|
#define DISPLAY_H
|
#define DISPLAY_H
|
|
|
|
#define PACK(A,B,C,D) (((A)<<24)|((B)<<16)|((C)<<8)|(D))
|
extern void dispchar(int ch);
|
extern void dispchar(int ch);
|
|
|
#ifdef ZIPOS
|
#ifdef ZIPOS
|
extern void displaytask(void);
|
extern void displaytask(void);
|
#endif // ZIPOS
|
#endif // ZIPOS
|
© copyright 1999-2024
OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.