blob: 2ce027a1b067379740305ed98a632b3f9c92ae69 [file] [log] [blame]
/* Copyright 2022 The ChromiumOS Authors
* Use of this source code is governed by a BSD-style license that can be
* found in the LICENSE file.
*/
#ifndef DEV_EMBEDDED_TI50_SDK_FILES_INCLUDE_ALLOCA_H_
#define DEV_EMBEDDED_TI50_SDK_FILES_INCLUDE_ALLOCA_H_
#define alloca __builtin_alloca
#endif /* DEV_EMBEDDED_TI50_SDK_FILES_INCLUDE_ALLOCA_H_ */