me8100_test_int/me8100_test_int.c
changeset 3 fc24e3b47731
parent 0 c9b8efdb5369
--- a/me8100_test_int/me8100_test_int.c	Wed Jan 16 14:02:54 2002 +0100
+++ b/me8100_test_int/me8100_test_int.c	Wed Jan 16 15:54:58 2002 +0100
@@ -27,7 +27,7 @@
 #include <signal.h>
 #include <linux/spinlock.h>
 
-#include "../me8100.h"
+#include "me8100.h"
 
 /* Prototypes */
 static void signal_handler(int);
@@ -230,3 +230,7 @@
 	 "int_count_2 = %04d\n\n", i, intcounts.int1, intcounts.int2);
   return;
 }
+
+/*
+ * vim:sts=2 sw=2 aw ai sm:
+ */