repo.or.cz
/
tart.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Switched to the system timer.
[tart.git]
/
include
/
asm.h
blob
a891f2221b2925f7435636651a0ccadfb75988b1
1
#ifndef _ASM_H
2
#define _ASM_H
3
4
#define FUNCTION(x) .type x, STT_FUNC; x:
5
#define DATA(x) .type x, STT_OBJECT; x:
6
#define GLOBAL(x) .global x;
7
8
#endif
/* _ASM_H */