rename dmx_hal.h => dmx.h; it's a really header, not a wrapper

Origin commit data
------------------
Branch: master
Commit: a5efaf249f
Author: vanhofen <vanhofen@gmx.de>
Date: 2021-11-07 (Sun, 07 Nov 2021)

Origin message was:
------------------
- rename dmx_hal.h => dmx.h; it's a really header, not a wrapper

------------------
No further description and justification available within origin commit message!

------------------
This commit was generated by Migit
This commit is contained in:
vanhofen
2021-11-07 20:00:03 +01:00
parent effc2e4b17
commit 7395664ea6
11 changed files with 10 additions and 10 deletions

View File

@@ -33,7 +33,7 @@
#include <sys/ioctl.h>
#include <OpenThreads/Mutex>
#include <OpenThreads/ScopedLock>
#include "dmx_hal.h"
#include "dmx.h"
#include "hal_debug.h"
#include "video_lib.h"

View File

@@ -2,7 +2,7 @@
#define __RECORD_LIB_H__
#include <semaphore.h>
#include "dmx_hal.h"
#include "dmx.h"
#define REC_STATUS_OK 0
#define REC_STATUS_SLOW 1

View File

@@ -3,7 +3,7 @@
#include <linux/dvb/video.h>
#include "cs_types.h"
#include "dmx_hal.h"
#include "dmx.h"
typedef struct cs_vs_format_t
{