summaryrefslogtreecommitdiff
path: root/hw/board.h
diff options
context:
space:
mode:
Diffstat (limited to 'hw/board.h')
-rw-r--r--hw/board.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/hw/board.h b/hw/board.h
index d3d3a35..8eff49d 100644
--- a/hw/board.h
+++ b/hw/board.h
@@ -37,6 +37,7 @@ struct hw_board {
/* Serial number of this device */
int (*get_device_serial)(char **serial);
+ int (*get_device_revision)(int *revision);
};
#endif