blob: 8ca4a9eaa281e8b817c54c14cab2e9b05fdcfc10 [file] [log] [blame]
// Copyright 2021 The Fuchsia Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
#ifndef SRC_PROC_LIB_LINUX_UAPI_WRAPPER_H_
#define SRC_PROC_LIB_LINUX_UAPI_WRAPPER_H_
#include <asm-generic/errno.h>
#include <asm-generic/mman-common.h>
#include <asm-x86/asm/prctl.h>
#include <asm-x86/asm/unistd_64.h>
#include <linux/auxvec.h>
#include <linux/mman.h>
#include <linux/sched.h>
#include <linux/uio.h>
#endif // SRC_PROC_LIB_LINUX_UAPI_WRAPPER_H_