unistd.h 495 B

12345678910111213141516
  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. #ifndef _UAPI_ASM_MICROBLAZE_UNISTD_H
  11. #define _UAPI_ASM_MICROBLAZE_UNISTD_H
  12. #include <asm/unistd_32.h>
  13. #endif /* _UAPI_ASM_MICROBLAZE_UNISTD_H */