Move shared headers out to include/
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
#include <kb.h>
|
||||
#include <m/kb_device.h>
|
||||
#include <m/status.h>
|
||||
#include <kb_device.h>
|
||||
#include <status.h>
|
||||
#include <stdint.h>
|
||||
#include <system.h>
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
#ifndef _LIBKB_KB_H
|
||||
#define _LIBKB_KB_H
|
||||
|
||||
#include <m/kb_device.h>
|
||||
#include <kb_device.h>
|
||||
#include <stdint.h>
|
||||
|
||||
/* \brief Read key from keyboard
|
||||
|
||||
Reference in New Issue
Block a user