]> Git Repo - linux.git/blob - arch/um/include/shared/skas/stub-data.h
m68k: Fix misspellings in comments.
[linux.git] / arch / um / include / shared / skas / stub-data.h
1 /*
2
3  * Copyright (C) 2015 Thomas Meyer ([email protected])
4  * Copyright (C) 2005 Jeff Dike ([email protected])
5  * Licensed under the GPL
6  */
7
8 #ifndef __STUB_DATA_H
9 #define __STUB_DATA_H
10
11 #include <time.h>
12
13 struct stub_data {
14         unsigned long offset;
15         int fd;
16         long err;
17 };
18
19 #endif
This page took 0.036072 seconds and 4 git commands to generate.