diff options
author | Dimitri Staessens <dimitri.staessens@ugent.be> | 2018-10-01 17:35:31 +0200 |
---|---|---|
committer | Sander Vrijders <sander.vrijders@ugent.be> | 2018-10-02 09:28:42 +0200 |
commit | ee73b781c1e13daee67e149f1828d7166e5ea627 (patch) | |
tree | e57bd6cb41e06197ecd0476ba8820c8e0ee14f4d /src/ipcpd/normal/dt.h | |
parent | 937f2b345aa76272a1c80828e7666ab87611c0d1 (diff) | |
download | ouroboros-ee73b781c1e13daee67e149f1828d7166e5ea627.tar.gz ouroboros-ee73b781c1e13daee67e149f1828d7166e5ea627.zip |
ipcpd: Merge dt_pci into dt source
This merges the dt_pci code into the dt source. It simplifies the code
base, and allows inline compilation. Removes unnecessary includes.
Signed-off-by: Dimitri Staessens <dimitri.staessens@ugent.be>
Signed-off-by: Sander Vrijders <sander.vrijders@ugent.be>
Diffstat (limited to 'src/ipcpd/normal/dt.h')
-rw-r--r-- | src/ipcpd/normal/dt.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/ipcpd/normal/dt.h b/src/ipcpd/normal/dt.h index e0bbe3f3..a17098b7 100644 --- a/src/ipcpd/normal/dt.h +++ b/src/ipcpd/normal/dt.h @@ -26,8 +26,6 @@ #include <ouroboros/ipcp.h> #include <ouroboros/shm_rdrbuff.h> -#include "dt_pci.h" - #define DT_COMP "Data Transfer" #define DT_PROTO "dtp" #define INVALID_ADDR 0 |