projects
/
platform
/
kernel
/
u-boot.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Prepare v2024.10
[platform/kernel/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
#include "compiler.h"
7
8
/*
9
* Include additional files required for supporting different operating systems
10
*/
11
12
#if defined(__APPLE__) && __DARWIN_C_LEVEL < 200809L
13
#include "getline.c"
14
#endif