OXIESEC PANEL
- Current Dir:
/
/
usr
/
src
/
linux-headers-4.15.0-213
/
arch
/
mips
/
include
/
asm
/
sgi
Server IP: 139.59.38.164
Upload:
Create Dir:
Name
Size
Modified
Perms
📁
..
-
05/09/2024 07:14:16 AM
rwxr-xr-x
📄
gio.h
2.54 KB
01/28/2018 09:20:33 PM
rw-r--r--
📄
hpc3.h
14.13 KB
01/28/2018 09:20:33 PM
rw-r--r--
📄
ioc.h
6.34 KB
01/28/2018 09:20:33 PM
rw-r--r--
📄
ip22.h
3.25 KB
01/28/2018 09:20:33 PM
rw-r--r--
📄
mc.h
9.26 KB
01/28/2018 09:20:33 PM
rw-r--r--
📄
pi1.h
1.94 KB
01/28/2018 09:20:33 PM
rw-r--r--
📄
seeq.h
466 bytes
01/28/2018 09:20:33 PM
rw-r--r--
📄
sgi.h
1.32 KB
01/28/2018 09:20:33 PM
rw-r--r--
📄
wd.h
451 bytes
01/28/2018 09:20:33 PM
rw-r--r--
Editing: seeq.h
Close
/* * This file is subject to the terms and conditions of the GNU General Public * License. See the file "COPYING" in the main directory of this archive * for more details. * * Copyright (C) 2007 by Ralf Baechle */ #ifndef __ASM_SGI_SEEQ_H #define __ASM_SGI_SEEQ_H #include <linux/if_ether.h> #include <asm/sgi/hpc3.h> struct sgiseeq_platform_data { struct hpc3_regs *hpc; unsigned int irq; unsigned char mac[ETH_ALEN]; }; #endif /* __ASM_SGI_SEEQ_H */