summaryrefslogtreecommitdiff
path: root/src/cimarron.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/cimarron.c')
-rw-r--r--src/cimarron.c15
1 files changed, 8 insertions, 7 deletions
diff --git a/src/cimarron.c b/src/cimarron.c
index e4376a9..4b54de8 100644
--- a/src/cimarron.c
+++ b/src/cimarron.c
@@ -145,6 +145,14 @@
/* #define CIMARRON_EXCLUDE_CUSTOM_MACROS */
+
+/* ROUTINE DEFINITIONS */
+/* All routines have a prototype, even those that are not included */
+/* via #ifdefs. This prevents the user from having to include the */
+/* correct #defines anywhere he/she wants to call a Cimarron routine. */
+
+#include "cim_rtns.h"
+
/*----------------------------------------------------------------------*/
/* MODULE VARIABLES */
/* The following #defines affect how global variables in each Cimarron */
@@ -190,13 +198,6 @@ void (*cim_wrmsr) (unsigned long, unsigned long, unsigned long);
#include "cim_regs.h"
-/* ROUTINE DEFINITIONS */
-/* All routines have a prototype, even those that are not included */
-/* via #ifdefs. This prevents the user from having to include the */
-/* correct #defines anywhere he/she wants to call a Cimarron routine. */
-
-#include "cim_rtns.h"
-
/* HARDWARE ACCESS MACROS */
#include "cim_defs.h"