xref: /kvmtool/powerpc/spapr_hvcons.h (revision 7295767d4dbdb04136ba6cfbf1150cdad0745165)
1*7295767dSMatt Evans /*
2*7295767dSMatt Evans  * SPAPR HV console
3*7295767dSMatt Evans  *
4*7295767dSMatt Evans  * Copyright (c) 2011 Matt Evans <matt@ozlabs.org>, IBM Corporation.
5*7295767dSMatt Evans  *
6*7295767dSMatt Evans  * This program is free software; you can redistribute it and/or modify it
7*7295767dSMatt Evans  * under the terms of the GNU General Public License version 2 as published
8*7295767dSMatt Evans  * by the Free Software Foundation.
9*7295767dSMatt Evans  */
10*7295767dSMatt Evans 
11*7295767dSMatt Evans #ifndef spapr_hvcons_H
12*7295767dSMatt Evans #define spapr_hvcons_H
13*7295767dSMatt Evans 
14*7295767dSMatt Evans #include "kvm/kvm.h"
15*7295767dSMatt Evans 
16*7295767dSMatt Evans void spapr_hvcons_init(void);
17*7295767dSMatt Evans void spapr_hvcons_poll(struct kvm *kvm);
18*7295767dSMatt Evans 
19*7295767dSMatt Evans #endif
20