* 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;
};