Sign in
◑
Theme
nest-open-source
/
manifest_repos
/
kernel
/
ee41e0a917f3f2f35422a93505fb4134ea69e553
/
.
/
tools
/
build
/
tests
/
ex
/
inc.c
blob: 3636ab5bf3392cb16942caa77d1bcf983e7a3323 [
file
]
// SPDX-License-Identifier: GPL-2.0
#ifdef
INCLUDE
#include
"krava.h"
#endif
int
inc
(
void
)
{
return
0
;
}