X-Git-Url: http://v3vee.org/palacios/gitweb/gitweb.cgi?a=blobdiff_plain;f=palacios%2Finclude%2Fdevices%2Fkeyboard.h;h=d2923beea2d21c047dad944a3f9e5fcdb6ec2e1e;hb=3cd1d3771e3f8e30b09f6c4995851979aaafc5ff;hp=2349d000dfadb27e8a447ea8307277a0958b7603;hpb=a46778669bb94bcf6b0a05646123ff748cfe86be;p=palacios.git diff --git a/palacios/include/devices/keyboard.h b/palacios/include/devices/keyboard.h index 2349d00..d2923be 100644 --- a/palacios/include/devices/keyboard.h +++ b/palacios/include/devices/keyboard.h @@ -17,11 +17,19 @@ * redistribute, and modify it as specified in the file "V3VEE_LICENSE". */ -#ifndef __KEYBOARD_H -#define __KEYBOARD_H +#ifndef __DEVICES_KEYBOARD_H__ +#define __DEVICES_KEYBOARD_H__ + +#ifdef __V3VEE__ + + #include -struct vm_device *create_keyboard(); +struct vm_device * v3_create_keyboard(); + + + +#endif // ! __V3VEE__ #endif