blob: a09c5ac9cfa17abab68a149b4afbdf8079f14e27 (
plain)
1
2
3
4
5
6
7
|
// syscall_rtems_386.go -- RTEMS 386 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
|