Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

at v6.4-rc2 16 lines 495 B view raw
1/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */ 2/* 3 * Copyright (C) 2007-2008 Michal Simek <monstr@monstr.eu> 4 * Copyright (C) 2006 Atmark Techno, Inc. 5 * 6 * This file is subject to the terms and conditions of the GNU General Public 7 * License. See the file "COPYING" in the main directory of this archive 8 * for more details. 9 */ 10 11#ifndef _UAPI_ASM_MICROBLAZE_UNISTD_H 12#define _UAPI_ASM_MICROBLAZE_UNISTD_H 13 14#include <asm/unistd_32.h> 15 16#endif /* _UAPI_ASM_MICROBLAZE_UNISTD_H */