aboutsummaryrefslogtreecommitdiffstats
path: root/arch/um/include/skas/stub-data.h
diff options
context:
space:
mode:
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 000000000000..f6ed92c3727d
--- /dev/null
+++ b/arch/um/include/skas/stub-data.h
@@ -0,0 +1,18 @@
1/*
2 * Copyright (C) 2005 Jeff Dike (jdike@karaya.com)
3 * Licensed under the GPL
4 */
5
6#ifndef __STUB_DATA_H
7#define __STUB_DATA_H
8
9#include <sys/time.h>
10
11struct stub_data {
12 long offset;
13 int fd;
14 struct itimerval timer;
15 long err;
16};
17
18#endif