1/**
2 * \file acpi_allocators.h
3 * \brief
4 */
5
6
7/*
8 * Copyright (c) 2017 ETH Zurich.
9 * All rights reserved.
10 *
11 * This file is distributed under the terms in the attached LICENSE file.
12 * If you do not find this file, copies can be found by writing to:
13 * ETH Zurich D-INFK, Universitaetsstrasse 6, CH-8092 Zurich. Attn: Systems Group.
14 */
15
16#ifndef USR_ACPI_ACPI_ALLOCATORS_H_
17#define USR_ACPI_ACPI_ALLOCATORS_H_ 1
18
19errval_t acpi_allocators_init(void);
20errval_t acpi_allocators_init_arch(struct bootinfo *bootinfo);
21
22#endif /* USR_ACPI_ACPI_ALLOCATORS_H_ */
23