Renaming include/nanokernel to include/arch
Renaming the directory include/nanokernel to be include/arch, which better reflects the real nature of the directory and the contents inside. Change-Id: I2bc33ebc6715e2f0403227a558279fdf52398ade Signed-off-by: Dan Kalowsky <daniel.kalowsky@intel.com>
This commit is contained in:
parent
40e7780e65
commit
c02dd34277
180 changed files with 195 additions and 195 deletions
|
@ -116,7 +116,7 @@ restarting from 0.
|
|||
*/
|
||||
|
||||
#include <nanokernel.h>
|
||||
#include <nanokernel/cpu.h>
|
||||
#include <arch/cpu.h>
|
||||
#include <misc/printk.h>
|
||||
#include <toolchain.h>
|
||||
#include <sections.h>
|
||||
|
|
|
@ -40,7 +40,7 @@ This module implements the PCI config space access functions
|
|||
/* includes */
|
||||
|
||||
#include <nanokernel.h>
|
||||
#include <nanokernel/cpu.h>
|
||||
#include <arch/cpu.h>
|
||||
|
||||
#include <pci/pci_mgr.h>
|
||||
#include <string.h>
|
||||
|
|
|
@ -40,7 +40,7 @@ This module implements the PCI H/W access functions.
|
|||
/* includes */
|
||||
|
||||
#include <nanokernel.h>
|
||||
#include <nanokernel/cpu.h>
|
||||
#include <arch/cpu.h>
|
||||
|
||||
#include <pci/pci_mgr.h>
|
||||
#include <string.h>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue