irqchip: Fix dependencies for archs w/o HAS_IOMEM
[linux/fpc-iii.git] / arch / um / include / shared / skas / stub-data.h
bloba9deece956bf4b43f1a864ba2f223f4b463c1815
1 /*
3 * Copyright (C) 2015 Thomas Meyer (thomas@m3y3r.de)
4 * Copyright (C) 2005 Jeff Dike (jdike@karaya.com)
5 * Licensed under the GPL
6 */
8 #ifndef __STUB_DATA_H
9 #define __STUB_DATA_H
11 #include <time.h>
13 struct stub_data {
14 unsigned long offset;
15 int fd;
16 long err;
19 #endif