root/src/add-ons/kernel/bus_managers/acpi/arch/arm64/arch_init.cpp
/*
 * Copyright 2022, Haiku, Inc. All Rights Reserved.
 * Distributed under the terms of the MIT License.
 */


#include <ACPI.h>

extern "C" {
#include "acpi.h"
#include "accommon.h"
}

#include "arch_init.h"


void
arch_init_interrupt_controller()
{
        //stub
}