GUI: Fix Tomato RAF theme for all builds. Compilation typo.
[tomato.git] / release / src-rt-6.x.4708 / linux / linux-2.6.36 / arch / um / include / shared / skas / stub-data.h
blobf6ed92c3727da982cbbcc75802abb4c2cc9c9ff7
1 /*
2 * Copyright (C) 2005 Jeff Dike (jdike@karaya.com)
3 * Licensed under the GPL
4 */
6 #ifndef __STUB_DATA_H
7 #define __STUB_DATA_H
9 #include <sys/time.h>
11 struct stub_data {
12 long offset;
13 int fd;
14 struct itimerval timer;
15 long err;
18 #endif