[HAL] Rename apic.h to apicp.h and move it back to the apic folder

This commit is contained in:
Timo Kreuzer 2021-05-24 11:27:12 +02:00
parent 4864c874a2
commit 7243503916
4 changed files with 3 additions and 3 deletions

View file

@ -12,7 +12,7 @@
/* INCLUDES *******************************************************************/
#include <hal.h>
#include <apic.h>
#include "apicp.h"
#define NDEBUG
#include <debug.h>

View file

@ -9,7 +9,7 @@
/* INCLUDES ******************************************************************/
#include <hal.h>
#include <apic.h>
#include "apicp.h"
#define NDEBUG
#include <debug.h>

View file

@ -8,7 +8,7 @@
/* INCLUDES *****************************************************************/
#include <hal.h>
#include <apic.h>
#include "apicp.h"
#define NDEBUG
#include <debug.h>