bsps: Use public include path

Update #3254.
This commit is contained in:
Chris Johns
2018-01-04 08:58:51 +01:00
committed by Sebastian Huber
parent 26ac19c606
commit f4dc973729
2 changed files with 4 additions and 4 deletions

View File

@@ -59,9 +59,9 @@
#define __INSIDE_RTEMS_BSP__
#define _VME_TSI148_DECLARE_SHOW_ROUTINES
#include "vmeTsi148.h"
#include <bsp/vmeTsi148.h>
#include <bsp/VMEDMA.h>
#include "vmeTsi148DMA.h"
#include <bsp/vmeTsi148DMA.h>
#include "bspVmeDmaListP.h"

View File

@@ -54,8 +54,8 @@
#endif
#endif
#include "vmeUniverse.h"
#include "vmeUniverseDMA.h"
#include <bsp/vmeUniverse.h>
#include <bsp/vmeUniverseDMA.h>
#define UNIV_NUM_MPORTS 8 /* number of master ports */
#define UNIV_NUM_SPORTS 8 /* number of slave ports */