view buildid.h @ 46:b1c27f1d6289

bootid hmac challenge prog hmac
author Matt Johnston <matt@ucc.asn.au>
date Sun, 30 Jun 2013 23:34:24 +0800
parents a0f2fcc6d9dd
children
line wrap: on
line source

#ifndef BUILDID_H
#define BUILDID_H

#include <stdint.h>

extern uint8_t buildid[20];

#endif // BUILDID_H