Subversion Repositories HelenOS-historic

Compare Revisions

Ignore whitespace Rev 492 → Rev 493

/SPARTAN/trunk/arch/ppc32/include/arch.h
29,7 → 29,7
#ifndef __ppc32_ARCH_H__
#define __ppc32_ARCH_H__
 
#include <genarch/firmware/ofw/ofw.h>
#include <genarch/ofw/ofw.h>
 
#ifdef early_mapping
#undef early_mapping
/SPARTAN/trunk/arch/ppc32/src/console.c
27,7 → 27,7
*/
 
#include <putchar.h>
#include <genarch/firmware/ofw/ofw.h>
#include <genarch/ofw/ofw.h>
 
/** Print one character.
*
/SPARTAN/trunk/arch/ppc32/src/mm/memory_init.c
27,7 → 27,7
*/
 
#include <arch/mm/memory_init.h>
#include <genarch/firmware/ofw/ofw.h>
#include <genarch/ofw/ofw.h>
#include <panic.h>
 
#define MEMMAP_MAX_RECORDS 32