From 7509e89717af09cc4d88a244baced1507a7a0bcf Mon Sep 17 00:00:00 2001 From: dhewg Date: Wed, 14 Jul 2010 17:10:52 +0200 Subject: [PATCH] add missing seeprom declaration --- crypto.h | 1 + 1 file changed, 1 insertion(+) diff --git a/crypto.h b/crypto.h index 89e909c..e884482 100644 --- a/crypto.h +++ b/crypto.h @@ -64,6 +64,7 @@ typedef struct } __attribute__((packed)) seeprom_t; extern otp_t otp; +extern seeprom_t seeprom; void crypto_read_otp(); void crypto_ipc(volatile ipc_request *req);