* Fix a few style issues as per Axel
* Rename a few variables to make more sense * OF_FAILED is a signed int.. fix return of of_address_cells * OF_FAILED is a signed int.. fix return of of_size_cells git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@42497 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
@@ -11,13 +11,14 @@
|
||||
|
||||
#define OF_FAILED (-1)
|
||||
|
||||
|
||||
/* global device tree/properties access */
|
||||
extern int gChosen;
|
||||
|
||||
|
||||
template<typename addressSize>
|
||||
template<typename AddressSize>
|
||||
struct of_region {
|
||||
addressSize base;
|
||||
AddressSize base;
|
||||
uint32 size;
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user