dashboard
repositories
activity
search
login
hc
/
RK356X_SDK_RELEASE
forked from
~ljy/RK356X_SDK_RELEASE
summary
commits
tree
docs
forks
compare
blame
|
history
|
raw
otg change to host
hc
2023-11-20
2e7bd41e4e8ab3d1efdabd9e263a2f7fe79bff8c
[~hc/RK356X_SDK_RELEASE.git]
/
prebuilts
/
gcc
/
linux-x86
/
aarch64
/
gcc-linaro-6.3.1-2017.05-x86_64_aarch64-linux-gnu
/
lib
/
gcc
/
aarch64-linux-gnu
/
6.3.1
/
plugin
/
include
/
tm_p.h
1
2
3
4
5
6
7
8
9
#ifndef GCC_TM_P_H
#define GCC_TM_P_H
#ifdef IN_GCC
# include "config/aarch64/aarch64-protos.h"
# include "config/arm/aarch-common-protos.h"
# include "config/linux-protos.h"
# include "tm-preds.h"
#endif
#endif /* GCC_TM_P_H */