summaryrefslogtreecommitdiff
path: root/bridge.h
diff options
context:
space:
mode:
Diffstat (limited to 'bridge.h')
-rw-r--r--bridge.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/bridge.h b/bridge.h
index 18fcf81de..d0aca7556 100644
--- a/bridge.h
+++ b/bridge.h
@@ -5,6 +5,10 @@
#ifndef BRIDGE_H
#define BRIDGE_H
+enum {
+ MAX_BRIDGES = 13
+};
+
/** Struct containing information about a single bridge type
*/
typedef struct Bridge {