]> git.proxmox.com Git - mirror_edk2.git/blame - MdePkg/Library/BaseLib/ChkStkGcc.c
MdePkg: Apply uncrustify changes
[mirror_edk2.git] / MdePkg / Library / BaseLib / ChkStkGcc.c
CommitLineData
a21f46e4 1/** @file\r
e389c39b 2 Provides hack function for passng GCC build.\r
a21f46e4 3\r
9095d37b 4 Copyright (c) 2006 - 2018, Intel Corporation. All rights reserved.<BR>\r
9344f092 5 SPDX-License-Identifier: BSD-2-Clause-Patent\r
a21f46e4 6\r
7**/\r
8\r
a21f46e4 9#include "BaseLibInternals.h"\r
e389c39b 10\r
42eedea9 11/**\r
12 Hack function for passing GCC build.\r
13**/\r
9095d37b 14VOID\r
2f88bd3a
MK
15__chkstk (\r
16 )\r
42eedea9 17{\r
a21f46e4 18}\r