From 3202850ab7e4f8e1ff56daa0bb22c9e2e4367d1d Mon Sep 17 00:00:00 2001 From: NIIBE Yutaka Date: Fri, 7 Jan 2011 16:24:17 +0900 Subject: [PATCH] serial number by chip unique ID (1) --- src/config.h.in | 2 ++ src/gnuk.h | 2 -- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/config.h.in b/src/config.h.in index da241d5..4c2509e 100644 --- a/src/config.h.in +++ b/src/config.h.in @@ -6,3 +6,5 @@ @DFU_DEFINE@ @PINPAD_DEFINE@ @PINPAD_MORE_DEFINE@ + +extern const unsigned char *unique_device_id (void); diff --git a/src/gnuk.h b/src/gnuk.h index 8956657..19e2c1f 100644 --- a/src/gnuk.h +++ b/src/gnuk.h @@ -322,5 +322,3 @@ extern uint8_t pin_input_len; extern msg_t pin_main (void *arg); #endif - -extern const uint8_t *unique_device_id (void);