ppc64: Don't set Kp bit on SLB
[openbios.git] / arch / sparc64 / openbios.h
blob2146300d92801ee66de25a4147801380936d9e32
1 /*
2 * Creation Date: <2004/01/15 16:14:05 samuel>
3 * Time-stamp: <2004/01/15 16:14:05 samuel>
5 * <openbios.h>
9 * Copyright (C) 2004 Samuel Rydh (samuel@ibrium.se)
11 * This program is free software; you can redistribute it and/or
12 * modify it under the terms of the GNU General Public License
13 * version 2
17 #ifndef _H_OPENBIOS
18 #define _H_OPENBIOS
20 int openbios(void);
22 /* console.c */
23 #ifdef CONFIG_DEBUG_CONSOLE
24 extern void video_init(void);
25 #endif
27 #endif /* _H_OPENBIOS */