]> git.ipfire.org Git - people/ms/u-boot.git/blob - tools/os_support.c
imx: hab: Check if CSF is valid before authenticating image
[people/ms/u-boot.git] / tools / os_support.c
1 /*
2 * Copyright 2009 Extreme Engineering Solutions, Inc.
3 *
4 * SPDX-License-Identifier: LGPL-2.0+
5 */
6
7 /*
8 * Include additional files required for supporting different operating systems
9 */
10 #include "compiler.h"
11 #ifdef __MINGW32__
12 #include "mingw_support.c"
13 #endif
14 #if defined(__APPLE__) && __DARWIN_C_LEVEL < 200809L
15 #include "getline.c"
16 #endif