1 /* 1 2 * This file is subject to the terms and condi 3 * License. See the file "COPYING" in the mai 4 * for more details. 5 * 6 * ARC firmware interface. 7 * 8 * Copyright (C) 1994, 1995, 1996, 1999 Ralf B 9 * Copyright (C) 1999 Silicon Graphics, Inc. 10 */ 11 12 #include <asm/fw/arc/types.h> 13 #include <asm/sgialib.h> 14 15 LONG 16 ArcRead(ULONG FileID, VOID *Buffer, ULONG N, U 17 { 18 return ARC_CALL4(read, FileID, Buffer, 19 } 20 21 LONG 22 ArcWrite(ULONG FileID, PVOID Buffer, ULONG N, 23 { 24 return ARC_CALL4(write, FileID, Buffer 25 } 26
Linux® is a registered trademark of Linus Torvalds in the United States and other countries.
TOMOYO® is a registered trademark of NTT DATA CORPORATION.