Commit ec044d62 authored by Adam Wujek's avatar Adam Wujek 💬

userspace/include: move include/hal/hal_exports.h to include/hal_exports.h

Signed-off-by: Adam Wujek's avatarAdam Wujek <adam.wujek@cern.ch>
parent 617915f0
......@@ -5,7 +5,7 @@
#include <minipc.h>
#define HAL_EXPORT_STRUCTURES
#include <hal/hal_exports.h>
#include <hal_exports.h>
#define DEFAULT_TO 200000 /* ms */
......
......@@ -2,7 +2,7 @@
#ifndef __LIBWR_HAL_CLIENT_H
#define __LIBWR_HAL_CLIENT_H
#include <hal/hal_exports.h>
#include <hal_exports.h>
int halexp_client_try_connect(int retries, int timeout);
......
#ifndef __LIBWR_HAL_SHMEM_H__
#define __LIBWR_HAL_SHMEM_H__
#include <hal/hal_exports.h>
#include <hal_exports.h>
#include <libwr/sfp_lib.h>
#include <string.h>
......
......@@ -16,7 +16,7 @@
#include <libwr/shmem.h>
#define HAL_EXPORT_STRUCTURES
#include <hal/hal_exports.h> /* for exported structs/function protos */
#include <hal_exports.h> /* for exported structs/function protos */
static struct minipc_ch *hal_ch;
static struct hal_port_state *ports;
......
......@@ -26,7 +26,7 @@
#include "wrsw_hal.h"
#include "timeout.h"
#include <rt_ipc.h>
#include <hal/hal_exports.h>
#include <hal_exports.h>
#include <libwr/hal_shmem.h>
#include "driver_stuff.h"
......
......@@ -13,7 +13,7 @@
#include "wrsw_hal.h"
#include "timeout.h"
#include <rt_ipc.h>
#include <hal/hal_exports.h>
#include <hal_exports.h>
static int timing_mode;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment