dragon32: add a systemid define
authorAlan Cox <alan@linux.intel.com>
Wed, 3 Jun 2015 22:01:34 +0000 (23:01 +0100)
committerAlan Cox <alan@linux.intel.com>
Wed, 3 Jun 2015 22:01:34 +0000 (23:01 +0100)
Kernel/platform-dragon-nx32/device.h

index 6f4c1e2..2e2a3e2 100644 (file)
@@ -1,6 +1,6 @@
 #ifndef __DEVICE_DOT_H__
 #define __DEVICE_DOT_H__
 
-extern void mod_control(uint8_t set, uint8_t clr);
+extern uint8_t system_id;
 
 #endif /* __DEVICE_DOT_H__ */