ppc64: Don't set Kp bit on SLB
[openbios.git] / arch / x86 / xbox / console.c
blobe96e04f0754d1b7ebccafa8ccf00570c3364966a
1 /*
2 * Xbox framebuffer - Video + Console
4 * Copyright (C) 2005 Ed Schouten <ed@fxq.nl>,
5 * Stefan Reinauer <stepan@openbios.org>
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
13 #include "config.h"
14 #include "libopenbios/bindings.h"
15 #include "libc/diskio.h"
17 typedef struct osi_fb_info {
18 unsigned long mphys;
19 int rb, w, h, depth;
20 } osi_fb_info_t;
22 #include "../../../packages/video.c"
23 #include "../../../libopenbios/console_common.c"