Gitiles
Code Review
Sign In
192.168.1.100
/
T106_DC
/
db4f43f0150836941f56a4d2e2923f7182328607
/
.
/
ap
/
libc
/
glibc
/
glibc-2.22
/
sysdeps
/
nacl
/
entry.h
blob: e9dc190e34bd8e7627811d151abb310bcba6848c [
file
] [
log
] [
blame
]
lh
9ed821d
2023-04-07 01:36:19 -0700
[
diff
] [
blame
]
1
#ifndef
__ASSEMBLY__
2
# include <stdint.h>
3
extern
void
_start
(
uint32_t
info
[])
attribute_hidden
;
4
#endif
5
6
#define
ENTRY_POINT _start