Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
torvalds
GitHub Repository: torvalds/linux
Path: blob/master/arch/microblaze/include/uapi/asm/unistd.h
26498 views
1
/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
2
/*
3
* Copyright (C) 2007-2008 Michal Simek <[email protected]>
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 */
17
18