move including stdbool header to yasnd-lpt header file as it uses bool variables
This commit is contained in:
parent
fa693980a0
commit
fb4c7e2e36
@ -8,8 +8,6 @@
|
|||||||
#include <string.h>
|
#include <string.h>
|
||||||
#include <pthread.h>
|
#include <pthread.h>
|
||||||
|
|
||||||
#include <stdbool.h>
|
|
||||||
|
|
||||||
#include "yasnd-log.h"
|
#include "yasnd-log.h"
|
||||||
#include "yasnd-lpt.h"
|
#include "yasnd-lpt.h"
|
||||||
|
|
||||||
|
@ -1,6 +1,8 @@
|
|||||||
#ifndef YASND_LPT_H
|
#ifndef YASND_LPT_H
|
||||||
#define YASND_LPT_H
|
#define YASND_LPT_H
|
||||||
|
|
||||||
|
#include <stdbool.h>
|
||||||
|
|
||||||
// External variables
|
// External variables
|
||||||
extern bool lpt_enable; // control usage of LPT port to reset target devices
|
extern bool lpt_enable; // control usage of LPT port to reset target devices
|
||||||
extern int lpt_port; // LPT port in hex(0x378 is usually LPT1)
|
extern int lpt_port; // LPT port in hex(0x378 is usually LPT1)
|
||||||
|
Loading…
Reference in New Issue
Block a user