repo.or.cz
/
newos.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
use the -newos toolchain even if -elf is present.
[newos.git]
/
include
/
arch
/
m68k
/
m68k.h
blob
bb5de702bbbf2a2412b2a9e5e7667aabb1d858dc
1
/*
2
** Copyright 2002, Travis Geiselbrecht. All rights reserved.
3
** Distributed under the terms of the NewOS License.
4
*/
5
#ifndef _NEWOS_ARCH_M68K_M68K_H
6
#define _NEWOS_ARCH_M68K_M68K_H
7
8
#define PAGE_SIZE 4096
9
10
#define _BIG_ENDIAN 1
11
#define _LITTLE_ENDIAN 0
12
13
#endif
14