Add new member for hw_board 79/211179/1 accepted/tizen/unified/20190805.042837 submit/tizen/20190801.065937 submit/tizen/20190801.083214
authorYoungjae Cho <y0.cho@samsung.com>
Wed, 31 Jul 2019 02:29:23 +0000 (11:29 +0900)
committerYoungjae Cho <y0.cho@samsung.com>
Wed, 31 Jul 2019 02:29:23 +0000 (11:29 +0900)
Change-Id: Ia61fa711c1a98aeaf8d8c1f30a5262820eb4317b
Signed-off-by: Youngjae Cho <y0.cho@samsung.com>
hw/board.h

index d3d3a35..8eff49d 100644 (file)
@@ -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