From b18fd68a6224ec1d00956cc07a96d6e19ee76850 Mon Sep 17 00:00:00 2001 From: Youngjae Cho Date: Wed, 31 Jul 2019 11:29:23 +0900 Subject: [PATCH] Add new member for hw_board Change-Id: Ia61fa711c1a98aeaf8d8c1f30a5262820eb4317b Signed-off-by: Youngjae Cho --- hw/board.h | 1 + 1 file changed, 1 insertion(+) 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 -- 2.34.1