X-Git-Url: http://v3vee.org/palacios/gitweb/gitweb.cgi?a=blobdiff_plain;f=palacios%2Finclude%2Fpalacios%2Fvmm_debug.h;h=f3eb0134d9fc36eab62c6dcd04ba44a5cb41d1ce;hb=5db3136d5331c355c188537c68005db8d2cb4eac;hp=9718f74e4d79d696e54d66dded2ea7d14efab14c;hpb=f4b074d9bf5c28dfd6e5fd616805ade2e9473b01;p=palacios.git diff --git a/palacios/include/palacios/vmm_debug.h b/palacios/include/palacios/vmm_debug.h index 9718f74..f3eb013 100644 --- a/palacios/include/palacios/vmm_debug.h +++ b/palacios/include/palacios/vmm_debug.h @@ -1,5 +1,22 @@ -/* (c) 2008, Jack Lange */ -/* (c) 2008, The V3VEE Project */ +/* + * This file is part of the Palacios Virtual Machine Monitor developed + * by the V3VEE Project with funding from the United States National + * Science Foundation and the Department of Energy. + * + * The V3VEE Project is a joint project between Northwestern University + * and the University of New Mexico. You can find out more at + * http://www.v3vee.org + * + * Copyright (c) 2008, Jack Lange + * Copyright (c) 2008, The V3VEE Project + * All rights reserved. + * + * Author: Jack Lange + * + * This is free software. You are permitted to use, + * redistribute, and modify it as specified in the file "V3VEE_LICENSE". + */ + #ifndef __VMM_DEBUG_H #define __VMM_DEBUG_H @@ -103,8 +120,8 @@ struct dr7_64 { -void PrintDebugHex(unsigned char x); -void PrintDebugMemDump(unsigned char *start, int n); +void PrintDebugHex(uchar_t x); +void PrintDebugMemDump(uchar_t * start, int n);