repo.or.cz
/
minix.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
forget difference between big and small commands - obsolete with vm.
[minix.git]
/
commands
/
i386
/
gas2ack
/
globals.h
blob
e3e8d6e1729f352fd49fbf8ea73bc152d6688a0c
1
#ifndef __GLOBALS_H__
2
#define __GLOBALS_H__
3
4
int
syms_is_global
(
const char
*
gl
);
5
int
syms_add
(
const char
*
gl
);
6
int
syms_add_global
(
const char
*
gl
);
7
void
syms_add_global_csl
(
expression_t
*
exp
);
8
9
#endif