Merge https://gitlab.denx.de/u-boot/custodians/u-boot-marvell
[oweals/u-boot.git] / tools / os_support.c
1 // SPDX-License-Identifier: GPL-2.0+
2 /*
3  * Copyright 2009 Extreme Engineering Solutions, Inc.
4  */
5
6 /*
7  * Include additional files required for supporting different operating systems
8  */
9 #include "compiler.h"
10 #ifdef __MINGW32__
11 #include "mingw_support.c"
12 #endif
13 #if defined(__APPLE__) && __DARWIN_C_LEVEL < 200809L
14 #include "getline.c"
15 #endif