aboutsummaryrefslogtreecommitdiffstats
path: root/arch/um/kernel/skas/include/stub-data.h
diff options
context:
space:
mode:
Diffstat (limited to 'arch/um/kernel/skas/include/stub-data.h')
-rw-r--r--arch/um/kernel/skas/include/stub-data.h18
1 files changed, 18 insertions, 0 deletions
diff --git a/arch/um/kernel/skas/include/stub-data.h b/arch/um/kernel/skas/include/stub-data.h
new file mode 100644
index 000000000000..f6ed92c3727d
--- /dev/null
+++ b/arch/um/kernel/skas/include/stub-data.h
@@ -0,0 +1,18 @@
+/*
+ * Copyright (C) 2005 Jeff Dike (jdike@karaya.com)
+ * Licensed under the GPL
+ */
+
+#ifndef __STUB_DATA_H
+#define __STUB_DATA_H
+
+#include <sys/time.h>
+
+struct stub_data {
+ long offset;
+ int fd;
+ struct itimerval timer;
+ long err;
+};
+
+#endif