summaryrefslogtreecommitdiff
path: root/Kernel/ACPI/Initialize.h
blob: 4bf3946c2967d7a70aa97b878e32666fe19b86d4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
/*
 * Copyright (c) 2020, Andreas Kling <kling@serenityos.org>
 *
 * SPDX-License-Identifier: BSD-2-Clause
 */

#pragma once

namespace Kernel::ACPI {

bool is_enabled();
void initialize();

}