Root/fw/fw.h

1/*
2 * fw/fw.h - Firmware upload protocol
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#ifndef FW_H
14#define FW_H
15
16#include <stdint.h>
17
18
19bool fw_packet(const uint8_t *buf, uint8_t len);
20
21#endif /* !FW_H */
22

Archive Download this file

Branches:
master
tornado-v1



interactive