MonkOS  v0.1
A simple 64-bit operating system (x86_64)
pci.h
Go to the documentation of this file.
1 //============================================================================
2 /// @file pci.h
3 /// @brief PCI controller.
4 //
5 // Copyright 2016 Brett Vickers.
6 // Use of this source code is governed by a BSD-style license that can
7 // be found in the MonkOS LICENSE file.
8 //============================================================================
9 
10 #pragma once
11 
12 #include <core.h>
13 
14 void
15 pci_init();
Core include file.
void pci_init()
Definition: pci.c:134