X-Git-Url: http://v3vee.org/palacios/gitweb/gitweb.cgi?a=blobdiff_plain;f=palacios%2Finclude%2Fdevices%2Fkeyboard.h;h=2a36861156d16f52fbec8b45865a16cd18077248;hb=101b1bdfedbf377765d7c74641e9bcf356ebed18;hp=2349d000dfadb27e8a447ea8307277a0958b7603;hpb=a46778669bb94bcf6b0a05646123ff748cfe86be;p=palacios.git diff --git a/palacios/include/devices/keyboard.h b/palacios/include/devices/keyboard.h index 2349d00..2a36861 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(); + + +#endif // ! __V3VEE__ + #endif