Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost
[cris-mirror.git] / arch / um / include / shared / skas / stub-data.h
blob13f404e1262bd96a61a3bd452d014abf1b44a095
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 struct stub_data {
12 unsigned long offset;
13 int fd;
14 long err;
17 #endif