|
|
1.1 root 1: /*
2: * Xbox framebuffer - Video + Console
3: *
4: * Copyright (C) 2005 Ed Schouten <[email protected]>,
5: * Stefan Reinauer <[email protected]>
6: *
7: * This program is free software; you can redistribute it and/or modify
8: * it under the terms of the GNU General Public License as published by
9: * the Free Software Foundation
10: */
11:
12:
13: #include "config.h"
14: #include "libopenbios/bindings.h"
15: #include "libc/diskio.h"
16:
17: typedef struct osi_fb_info {
18: unsigned long mphys;
19: int rb, w, h, depth;
20: } osi_fb_info_t;
21:
22: #include "../../../packages/video.c"
23: #include "../../../libopenbios/console_common.c"
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.