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