repo.or.cz
/
AROS.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Indentation fix, cleanup.
[AROS.git]
/
arch
/
all-pc
/
boot
/
grub2-aros
/
grub-core
/
loader
/
i386
/
bsd64.c
blob
f8aad1ca78cd45166b21b0d0bb89d486c034577d
1
#define SUFFIX(x) x ## 64
2
#define GRUB_TARGET_WORDSIZE 64
3
#define OBJSYM 1
4
#include <grub/types.h>
5
typedef
grub_uint64_t grub_freebsd_addr_t
;
6
#include
"bsdXX.c"