x86: Move available drivers into drivers/legacy_pc/

All drivers implemented so far are for chips which are only available
on legacy x86 PCs. This commit moves them into a more appropriate folder,
also making the cpu/x86/drivers/ folder ready for other x86 based SoCs.
This commit is contained in:
Jesus Sanchez-Palencia 2015-07-02 19:50:18 -03:00
parent 9d3b9cadc4
commit 23e8090257
9 changed files with 8 additions and 8 deletions

View file

@ -31,7 +31,7 @@
#include "sys/rtimer.h"
#include "contiki-conf.h"
#include "drivers/pit.h"
#include "drivers/legacy_pc/pit.h"
static volatile rtimer_clock_t tick_count = 0;
static rtimer_clock_t trigger = UINT64_MAX;