* Rename of_region type template as per Axel
* Rename of_support.h/cpp back to support.cpp as per Axel git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@42498 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
@@ -16,9 +16,9 @@
|
||||
extern int gChosen;
|
||||
|
||||
|
||||
template<typename AddressSize>
|
||||
template<typename AddressType>
|
||||
struct of_region {
|
||||
AddressSize base;
|
||||
AddressType base;
|
||||
uint32 size;
|
||||
};
|
||||
|
||||
|
||||
@@ -17,7 +17,7 @@ KernelMergeObject boot_platform_openfirmware.o :
|
||||
network.cpp
|
||||
real_time_clock.cpp
|
||||
start.cpp
|
||||
of_support.cpp
|
||||
support.cpp
|
||||
video.cpp
|
||||
|
||||
openfirmware.cpp
|
||||
|
||||
@@ -22,7 +22,7 @@
|
||||
#include <arch_mmu.h>
|
||||
#include <kernel.h>
|
||||
|
||||
#include "of_support.h"
|
||||
#include "support.h"
|
||||
|
||||
|
||||
// set protection to WIMGNPP: -----PP
|
||||
|
||||
+1
-1
@@ -9,7 +9,7 @@
|
||||
*/
|
||||
|
||||
|
||||
#include "of_support.h"
|
||||
#include "support.h"
|
||||
#include <platform/openfirmware/openfirmware.h>
|
||||
|
||||
|
||||
+2
-2
@@ -5,8 +5,8 @@
|
||||
* Authors:
|
||||
* Alexander von Gluck, kallisti5@unixzen.com
|
||||
*/
|
||||
#ifndef OF_SUPPORT_H
|
||||
#define OF_SUPPORT_H
|
||||
#ifndef SUPPORT_H
|
||||
#define SUPPORT_H
|
||||
|
||||
|
||||
#include <OS.h>
|
||||
Reference in New Issue
Block a user