Module Name: src
Committed By: reinoud
Date: Sat Jan 13 14:39:15 UTC 2018
Modified Files:
src/sys/arch/usermode/include: reg.h
Log Message:
Add dbreg structure prototype needed for x86_64
To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 src/sys/arch/usermode/include/reg.h
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/sys/arch/usermode/include/reg.h
diff -u src/sys/arch/usermode/include/reg.h:1.2 src/sys/arch/usermode/include/reg.h:1.3
--- src/sys/arch/usermode/include/reg.h:1.2 Wed Oct 21 16:06:59 2009
+++ src/sys/arch/usermode/include/reg.h Sat Jan 13 14:39:15 2018
@@ -1,4 +1,4 @@
-/* $NetBSD: reg.h,v 1.2 2009/10/21 16:06:59 snj Exp $ */
+/* $NetBSD: reg.h,v 1.3 2018/01/13 14:39:15 reinoud Exp $ */
/*-
* Copyright (c) 2007 Jared D. McNeill <[email protected]>
@@ -35,4 +35,8 @@ struct reg {
struct fpreg {
};
+/* x86_64 only */
+struct dbreg {
+};
+
#endif /* !_ARCH_USERMODE_INCLUDE_REG_H */