toaruos/kernel/include/video.h

10 lines
167 B
C
Raw Normal View History

2014-03-20 05:56:07 +04:00
#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