* 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;
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user