]> Git Repo - linux.git/blob - arch/um/include/shared/skas/stub-data.h
enetc: Migrate to PHYLINK and PCS_LYNX
[linux.git] / arch / um / include / shared / skas / stub-data.h
1 /* SPDX-License-Identifier: GPL-2.0 */
2 /*
3
4  * Copyright (C) 2015 Thomas Meyer ([email protected])
5  * Copyright (C) 2005 Jeff Dike ([email protected])
6  */
7
8 #ifndef __STUB_DATA_H
9 #define __STUB_DATA_H
10
11 struct stub_data {
12         unsigned long offset;
13         int fd;
14         long err;
15 };
16
17 #endif
This page took 0.035663 seconds and 4 git commands to generate.