1 /* SPDX-License-Identifier: GPL-2.0 WITH Linux 1 2 /* 3 * Definitions for the MIPS sysmips(2) call 4 * 5 * This file is subject to the terms and condi 6 * License. See the file "COPYING" in the mai 7 * for more details. 8 * 9 * Copyright (C) 1995 by Ralf Baechle 10 */ 11 #ifndef _ASM_SYSMIPS_H 12 #define _ASM_SYSMIPS_H 13 14 /* 15 * Commands for the sysmips(2) call 16 * 17 * sysmips(2) is deprecated - though some exis 18 * We only support the following commands. 19 */ 20 #define SETNAME 1 /* set 21 #define FLUSH_CACHE 3 /* wri 22 #define MIPS_FIXADE 7 /* con 23 #define MIPS_RDNVRAM 10 /* rea 24 #define MIPS_ATOMIC_SET 2001 /* ato 25 26 #endif /* _ASM_SYSMIPS_H */ 27
Linux® is a registered trademark of Linus Torvalds in the United States and other countries.
TOMOYO® is a registered trademark of NTT DATA CORPORATION.