From 4553ffb49fada86a35ec0160b42b3f91ecba9ad3 Mon Sep 17 00:00:00 2001 From: root Date: Sat, 1 Jan 2000 00:34:23 +0900 Subject: add code to detect beaglebone vs olimex --- globals.h | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'globals.h') diff --git a/globals.h b/globals.h index fd8bb06..7ace680 100644 --- a/globals.h +++ b/globals.h @@ -5,6 +5,7 @@ #include #include #include +#include #define DEBUG_ON - uncomment this to have debug messages @@ -823,8 +824,9 @@ typedef struct { typedef struct { - int beaglebone; - int gpib; + bool beaglebone; + bool olimex; + bool gpib; } HWDetectStruct; -- cgit