Subversion Repositories HelenOS-historic

Rev

Rev 191 | Rev 207 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 191 Rev 201
Line 26... Line 26...
26
 * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
26
 * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
27
 */
27
 */
28
 
28
 
29
#include <arch/drivers/ofw.h>
29
#include <arch/drivers/ofw.h>
30
#include <stdarg.h>
30
#include <stdarg.h>
-
 
31
#include <cpu.h>
31
 
32
 
32
ofw_entry ofw;
33
ofw_entry ofw;
33
 
34
 
34
phandle ofw_chosen;
35
phandle ofw_chosen;
35
ihandle ofw_stdout;
36
ihandle ofw_stdout;