]> git.proxmox.com Git - mirror_edk2.git/blame - StdLib/Include/Ia32/machine/signal.h
EADK (StdLib, AppPkg, StdLibPrivateInternalFiles): Python Beta Release.
[mirror_edk2.git] / StdLib / Include / Ia32 / machine / signal.h
CommitLineData
a430bdb1 1/** @file\r
2 Machine (processor architecture) specific portion of <signal.h>.\r
2aa62f2b 3\r
a430bdb1 4 Copyright (c) 2010 - 2011, Intel Corporation. All rights reserved.<BR>\r
5 This program and the accompanying materials are licensed and made available under\r
6 the terms and conditions of the BSD License that accompanies this distribution.\r
7 The full text of the license may be found at\r
8 http://opensource.org/licenses/bsd-license.php.\r
2aa62f2b 9\r
a430bdb1 10 THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
11 WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
2aa62f2b 12**/\r
13#ifndef _MACHINE_SIGNAL_H\r
14#define _MACHINE_SIGNAL_H\r
15#include <sys/EfiCdefs.h>\r
16\r
a430bdb1 17/** The type sig_atomic_t is the type of an object that can be accessed as an\r
18 atomic entity, even in the presence of asynchronous interrupts.\r
2aa62f2b 19**/\r
20typedef INTN sig_atomic_t;\r
21\r
22#endif /* _MACHINE_SIGNAL_H */\r