* 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:
Alexander von Gluck IV
2011-07-26 16:42:14 +00:00
parent bf0e980dc4
commit 40a5a5a0ac
5 changed files with 7 additions and 7 deletions
@@ -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
@@ -9,7 +9,7 @@
*/
#include "of_support.h"
#include "support.h"
#include <platform/openfirmware/openfirmware.h>
@@ -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>