1 /* SPDX-License-Identifier: GPL-2.0 */ 2 /* 3 * SGI PCI Xtalk Bridge 4 */ 5 6 #ifndef PLATFORM_DATA_XTALK_BRIDGE_H 7 #define PLATFORM_DATA_XTALK_BRIDGE_H 8 9 #include <asm/sn/types.h> 10 11 struct xtalk_bridge_platform_data { 12 struct resource mem; 13 struct resource io; 14 unsigned long bridge_addr; 15 unsigned long intr_addr; 16 unsigned long mem_offset; 17 unsigned long io_offset; 18 nasid_t nasid; 19 int masterwid; 20 }; 21 22 #endif /* PLATFORM_DATA_XTALK_BRIDGE_H */ 23
Linux® is a registered trademark of Linus Torvalds in the United States and other countries.
TOMOYO® is a registered trademark of NTT DATA CORPORATION.