EC: cleanup: Consider moving board-level callback protypes to common headers |
|||
Issue descriptionIn many cases, we have board-defined callback functions (called from common code) without prototypes in common header files, so the prototype must be defined in board.h. eg: board_get_battery_soc() board_reset_pd_mcu() Shall we move these prototypes to common header files? Or maybe even a new header file, "board_callbacks.h"?
,
Apr 7 2017
,
Jun 23 2017
|
|||
►
Sign in to add a comment |
|||
Comment 1 by rspangler@chromium.org
, Sep 26 2016