Initial commit of OpenSPARC T2 architecture model.
[OpenSPARC-T2-SAM] / hypervisor / src / greatlakes / common / include / vdev_snet.h
CommitLineData
920dae64
AT
1/*
2 * Copyright 2007 Sun Microsystems, Inc. All rights reserved.
3 * Use is subject to license terms.
4 */
5
6#ifndef _VDEV_SNET_H
7#define _VDEV_SNET_H
8
9#ifdef T1_FPGA_SNET
10
11
12#ifdef __cplusplus
13extern "C" {
14#endif
15
16#ifndef _ASM
17
18
19struct snet_info {
20 uint64_t pa;
21 uint64_t ino;
22};
23
24
25#endif /* ifndef _ASM */
26
27#ifdef __cplusplus
28}
29#endif
30
31#endif /* ifdef T1_FPGA_SNET */
32
33#endif /* _VDEV_SNET_H */