Merge tag 'ecryptfs-5.3-rc1-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git...
[linux-2.6-microblaze.git] / include / linux / platform_data / xtalk-bridge.h
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 */