repo.or.cz
/
haiku.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Make UEFI boot-platform build again
[haiku.git]
/
headers
/
private
/
kernel
/
arch
/
m68k
/
cpu.h
blob
6414589249d09c7fadf64c77ac1678329c828956
1
/*
2
** Copyright 2001, Travis Geiselbrecht. All rights reserved.
3
** Distributed under the terms of the NewOS License.
4
*/
5
#ifndef _M68K_CPU_H
6
#define _M68K_CPU_H
7
8
#define PAGE_SIZE 4096
9
10
#endif
11