add missing seeprom declaration

This commit is contained in:
dhewg 2010-07-14 17:10:52 +02:00
parent 1e3f943d29
commit 7509e89717
1 changed files with 1 additions and 0 deletions

View File

@ -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);