toaruos/kernel/include/video.h
2014-03-19 18:56:07 -07:00

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