X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?p=pintos-anon;a=blobdiff_plain;f=src%2Fdevices%2Fserial.c;h=eeac40a165443e7c883022093a7d352627030126;hp=e5b2fb7de3f0d5fe4fae45fbdf02fb6ee3cd0067;hb=f6580e9ad405b519dbe85027691bf3c66074b0a4;hpb=2324ca7dd99fe1787ff4eac42f73d491eb2b9f36 diff --git a/src/devices/serial.c b/src/devices/serial.c index e5b2fb7..eeac40a 100644 --- a/src/devices/serial.c +++ b/src/devices/serial.c @@ -1,8 +1,8 @@ #include "serial.h" #include "16550a.h" -#include "debug.h" -#include "io.h" #include "timer.h" +#include "lib/debug.h" +#include "threads/io.h" static void set_serial (int bps, int bits, enum parity_type parity, int stop);