10 lines
167 B
C
10 lines
167 B
C
|
#ifndef _LFB_VIDEO_H
|
||
|
#define _LFB_VIDEO_H
|
||
|
|
||
|
#define IO_VID_WIDTH 0x5001
|
||
|
#define IO_VID_HEIGHT 0x5002
|
||
|
#define IO_VID_DEPTH 0x5003
|
||
|
#define IO_VID_ADDR 0x5004
|
||
|
|
||
|
#endif
|