d55680993d
Change-Id: I26b51106c7b1c36a603fba6d521e917d79b5a95b
6 lines
69 B
C
6 lines
69 B
C
#include <stdbool.h>
|
|
|
|
bool debug_hw_info(void)
|
|
{
|
|
return false;
|
|
}
|