summaryrefslogtreecommitdiffstats
path: root/arch/um/include/skas/stub-data.h
diff options
context:
space:
mode:
authorDavid Teigland <teigland@redhat.com>2006-01-20 08:59:41 +0000
committerSteven Whitehouse <steve@chygwyn.com>2006-01-20 08:59:41 +0000
commit044399b2cb6ad2d7f63cfca945268853d7443a4d (patch)
tree5f96eb307b0389ac0b919a4744a40862b615e9da /arch/um/include/skas/stub-data.h
parent901359256b2666f52a3a7d3f31927677e91b3a2a (diff)
parent18a4144028f056b77d6576d4eb284246e9c7ea97 (diff)
Merge branch 'master'
Diffstat (limited to 'arch/um/include/skas/stub-data.h')
-rw-r--r--arch/um/include/skas/stub-data.h18
1 files changed, 18 insertions, 0 deletions
diff --git a/arch/um/include/skas/stub-data.h b/arch/um/include/skas/stub-data.h
new file mode 100644
index 00000000000..f6ed92c3727
--- /dev/null
+++ b/arch/um/include/skas/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