Files
bl-mt798x/uboot-mtk-20220606/tools/os_support.c
Jianhui Zhao cc7705c272 Init
Signed-off-by: Jianhui Zhao <jianhui.zhao@gl-inet.com>
2022-09-07 16:27:20 +08:00

15 lines
291 B
C

// SPDX-License-Identifier: GPL-2.0+
/*
* Copyright 2009 Extreme Engineering Solutions, Inc.
*/
#include "compiler.h"
/*
* Include additional files required for supporting different operating systems
*/
#if defined(__APPLE__) && __DARWIN_C_LEVEL < 200809L
#include "getline.c"
#endif