From 3636beafd37af537f864fb898b7375626236d0a4 Mon Sep 17 00:00:00 2001 From: root Date: Sat, 1 Jan 2000 00:30:55 +0900 Subject: abstract the hardware identification checks --- globals.h | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'globals.h') diff --git a/globals.h b/globals.h index 83c01a0..90e4173 100644 --- a/globals.h +++ b/globals.h @@ -826,7 +826,10 @@ typedef struct { typedef struct { bool beaglebone; bool olimex; - bool gpib; + bool has_gpib; + bool has_i2c; + bool has_gpmc; + bool has_gpio; char remount_point[128]; } HWDetectStruct; -- cgit