]> git.proxmox.com Git - mirror_edk2.git/blame - MdePkg/Library/BaseLib/ChkStkGcc.c
MdePkg: Replace BSD License with BSD+Patent License
[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
LG
14VOID\r
15__chkstk()\r
42eedea9 16{\r
a21f46e4 17}\r
18\r