blob: 6f79aeb4087b4247ee071cc8c84675f3300ebd4e (
plain)
1
2
3
4
5
6
7
|
// syscall_rtems_sparc.go -- RTEMS SPARC specific syscall interface.
// Copyright 2011 The Go Authors. All rights reserved.
// Use of this source code is governed by a BSD-style
// license that can be found in the LICENSE file.
package syscall
|