summaryrefslogtreecommitdiff
path: root/core/host/panic.c
diff options
context:
space:
mode:
authorVic Yang <victoryang@chromium.org>2013-07-23 06:52:18 +0800
committerChromeBot <chrome-bot@google.com>2013-07-23 16:06:22 -0700
commit74abf3697109b2719d0dbc4e60667740de872fb3 (patch)
treec711bf33700f82793833930c8dc73ec8de0ee272 /core/host/panic.c
parent64e38af781a42a346f59ef27c352f4818bfa1516 (diff)
downloadchrome-ec-74abf3697109b2719d0dbc4e60667740de872fb3.tar.gz
Test sysjump tag in kb_8042 test
This checks that keyboard state is preserved across system jump. BUG=chrome-os-partner:19236 TEST=Pass the test BRANCH=None Change-Id: I53c5bb68246fd117b351d89c3907daf028bc4ef3 Signed-off-by: Vic Yang <victoryang@chromium.org> Reviewed-on: https://gerrit.chromium.org/gerrit/62908 Reviewed-by: Randall Spangler <rspangler@chromium.org>
Diffstat (limited to 'core/host/panic.c')
-rw-r--r--core/host/panic.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/core/host/panic.c b/core/host/panic.c
index ee815cb678..468d024552 100644
--- a/core/host/panic.c
+++ b/core/host/panic.c
@@ -10,11 +10,6 @@
#include "panic.h"
#include "util.h"
-struct panic_data *panic_get_data(void)
-{
- return NULL;
-}
-
void panic_assert_fail(const char *msg, const char *func, const char *fname,
int linenum)
{