]> git.proxmox.com Git - mirror_edk2.git/blame - UnixPkg/Include/Common/UnixInclude.h
Adding Simple Pointer, GOP, SimpleTextInEx, and Networking protocols to the emulator...
[mirror_edk2.git] / UnixPkg / Include / Common / UnixInclude.h
CommitLineData
804405e7 1/*++\r
2\r
f9b8ab56
HT
3Copyright (c) 2006 - 2009, Intel Corporation. All rights reserved.<BR>\r
4Portions copyright (c) 2008 - 2009, Apple Inc. All rights reserved.<BR>\r
5This program and the accompanying materials\r
804405e7 6are licensed and made available under the terms and conditions of the BSD License\r
7which accompanies this distribution. The full text of the license may be found at\r
8http://opensource.org/licenses/bsd-license.php\r
9\r
10THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
11WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
12\r
13Module Name:\r
14 UnixInclude.h\r
15\r
16Abstract:\r
17 Public include file for the Unix Library\r
18\r
19--*/\r
20\r
21#ifndef __UNIX_INCLUDE_H__\r
22#define __UNIX_INCLUDE_H__\r
ccd55824 23#include <sys/types.h>\r
24#include <sys/stat.h>\r
25\r
26#ifdef __APPLE__\r
27#include <sys/param.h>\r
28#include <sys/mount.h>\r
29#else\r
30#include <sys/vfs.h>\r
31#endif \r
32\r
33#include <sys/poll.h>\r
34#include <dirent.h>\r
35#include <errno.h>\r
36#include <fcntl.h>\r
37#include <time.h>\r
38#include <utime.h>\r
39#include <unistd.h>\r
804405e7 40#endif\r