Root/fw/secret.h

1/*
2 * fw/secret.h - Shared authentication secrets
3 *
4 * Written 2012 by Werner Almesberger
5 * Copyright 2012 Werner Almesberger
6 *
7 * This program is free software; you can redistribute it and/or modify
8 * it under the terms of the GNU General Public License as published by
9 * the Free Software Foundation; either version 2 of the License, or
10 * (at your option) any later version.
11 */
12
13
14#ifndef SECRET_H
15#define SECRET_H
16
17#include <stdint.h>
18
19#include <avr/pgmspace.h>
20
21#include "proto.h"
22
23
24extern const uint8_t maint_secret[PAYLOAD] PROGMEM;
25extern const uint8_t image_secret[2*PAYLOAD] PROGMEM;
26
27#endif /* !SECRET_H */
28

Archive Download this file

Branches:
master
tornado-v1



interactive