Subversion Repositories HelenOS-historic

Rev

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

Rev 693 Rev 703
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 <mm/frame.h>
29
#include <mm/frame.h>
30
#include <arch/mm/frame.h>
30
#include <arch/mm/frame.h>
31
#include <mm/vm.h>
31
#include <mm/as.h>
32
#include <config.h>
32
#include <config.h>
33
#include <arch/boot/boot.h>
33
#include <arch/boot/boot.h>
34
#include <arch/boot/memmap.h>
34
#include <arch/boot/memmap.h>
35
#include <panic.h>
35
#include <panic.h>
36
#include <debug.h>
36
#include <debug.h>