• Home
  • Engineering
  • Training
  • Docs
  • Community
  • Company
  • twitter
  • mastodon
  • linkedin
  • github

Bootlin logo

Elixir Cross Referencer

Open Menu / drivers / acpi / arm64 / init.c

Projects

  • linux

Versions

  • FIXME
    • FIXME
      • next-20260811
 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
// SPDX-License-Identifier: GPL-2.0-only
#include <linux/acpi.h>
#include "init.h"

void __init acpi_arch_init(void)
{
	if (IS_ENABLED(CONFIG_ACPI_AGDI))
		acpi_agdi_init();
	if (IS_ENABLED(CONFIG_ACPI_APMT))
		acpi_apmt_init();
	if (IS_ENABLED(CONFIG_ACPI_IORT))
		acpi_iort_init();
	if (IS_ENABLED(CONFIG_ARM_AMBA))
		acpi_amba_init();
}
linux next-20260811 Download file Top powered by Elixir a26ba81