Root/fw/param.h

Source at commit 30c683effd7ab362d1517950700c96cfa09e45e8 created 11 years 17 days ago.
By Werner Almesberger, tornado/fw/sim/p: pass arguments to "alg"; label graphs; better separate "up"
1/*
2 * fw/param.h - Parameter upload
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 PARAM_H
15#define PARAM_H
16
17#include <stdint.h>
18
19#include "sweep.h"
20
21
22extern struct sweep fwd_sweep;
23extern struct sweep bwd_sweep;
24
25extern uint16_t xa_high;
26extern uint16_t xa_low;
27extern uint32_t fwd_start;
28extern uint32_t bwd_start;
29
30#endif /* !PARAM_H */
31

Archive Download this file

Branches:
master
tornado-v1



interactive