dashboard
repositories
activity
search
login
hc
/
RK356X_SDK_RELEASE
forked from
~ljy/RK356X_SDK_RELEASE
summary
commits
tree
docs
forks
compare
blame
|
history
|
raw
add 4 io
hc
2023-08-21
ef9e1ccebba20d2e3859126411166909a383f483
[~hc/RK356X_SDK_RELEASE.git]
/
kernel
/
tools
/
build
/
feature
/
test-libslang.c
1
2
3
4
5
6
7
// SPDX-License-Identifier: GPL-2.0
#include <slang.h>
int main(void)
{
return SLsmg_init_smg();
}