/* * Copyright (c) 2020, Liav A. * * SPDX-License-Identifier: BSD-2-Clause */ #pragma once namespace Kernel { namespace PCI { void initialize(); } }