wake-0 / fhvOS

This repository contains an os for the arm cortex a8 in combination with beaglebone.
GNU General Public License v2.0
7 stars 1 forks source link

[Refactor] Addresses should be of type `address_t` #40

Closed trylimits closed 9 years ago

trylimits commented 9 years ago

platform.h includes a typedef for address_t. Each type which represents a physical address should be refactored to that type.

wake-0 commented 9 years ago

@trylimits review refactoring and then close the issue pls.

trylimits commented 9 years ago

Looks good. Reopen if someone finds another artifact of uint_32 or similar.