]> git.kernelconcepts.de Git - karo-tx-uboot.git/blob - tools/os_support.c
mx6: clock: take 'num' and 'denom' regs into account when calculating audio/video...
[karo-tx-uboot.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