9os

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README | LICENSE

commit 0d00f681251d107dab8cf41154286d7fb807db36
parent 0d91d0664e1dbd62d351385ad6aec3455c63d442
Author: Roberto Vargas <roberto.vargas@arm.com>
Date:   Fri, 29 Mar 2019 10:53:31 +0000

[dev] Update all the dev files to use the new dev.h

Change-Id: I3b252e1e3aa7e8c1e63ecddd603d1f5e3021df97

Diffstat:
Mdrivers/dev.c | 3+--
Mdrivers/devar.c | 3+--
Mdrivers/devroot.c | 2+-
Mdrivers/devuart.c | 3++-
Mdrivers/pl011.c | 3++-
5 files changed, 7 insertions(+), 7 deletions(-)

diff --git a/drivers/dev.c b/drivers/dev.c @@ -5,8 +5,7 @@ #include <rcode/rcode.h> #include <rcode/romfw.h> #include <rcode/9p.h> - -#include "dev.h" +#include <rcode/dev.h> #define NR_MPOINTS 4 diff --git a/drivers/devar.c b/drivers/devar.c @@ -5,8 +5,7 @@ #include <rcode/rcode.h> #include <rcode/9p.h> - -#include "dev.h" +#include <rcode/dev.h> #define NR_ARS 2 diff --git a/drivers/devroot.c b/drivers/devroot.c @@ -2,7 +2,7 @@ #include <rcode/9p.h> #include <libk.h> -#include "dev.h" +#include <rcode/dev.h> enum Orootqid { Qroot, diff --git a/drivers/devuart.c b/drivers/devuart.c @@ -6,7 +6,8 @@ #include <stdlib.h> #include <string.h> -#include "dev.h" +#include <rcode/dev.h> + #include "uart.h" #define UARTSTATUS 128 diff --git a/drivers/pl011.c b/drivers/pl011.c @@ -1,7 +1,8 @@ #include <rcode/rcode.h> #include <rcode/9p.h> -#include "dev.h" +#include <rcode/dev.h> + #include "uart.h" enum phyregs {