Initial commit of OpenSPARC T2 architecture model.
[OpenSPARC-T2-SAM] / obp / obp / dev / sun4v-devices / t1-fpga-snet / methods.fth
CommitLineData
920dae64
AT
1copyright: Copyright 2007 Sun Microsystems, Inc. All Rights Reserved
2copyright: Use is subject to license terms.
3
4headers
5" char" device-type
6
7headerless
8
9
10defer claim
11defer release
12
13external
14\ Only open and close are defined. read and write are needed for network boot
15
16: open ( -- flag )
17 true
18;
19
20: close ( -- )
21;
22
23headerless