srecord 1.65.0
 
Loading...
Searching...
No Matches
srecord.h
Go to the documentation of this file.
1//
2// srecord - Manipulate EPROM load files
3// Copyright (C) 2010-2013 Peter Miller
4//
5// This program is free software; you can redistribute it and/or modify
6// it under the terms of the GNU Lesser General Public License as published by
7// the Free Software Foundation; either version 3 of the License, or (at
8// your option) any later version.
9//
10// This program is distributed in the hope that it will be useful,
11// but WITHOUT ANY WARRANTY; without even the implied warranty of
12// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
13// General Public License for more details.
14//
15// You should have received a copy of the GNU Lesser General Public License
16// along with this program. If not, see <http://www.gnu.org/licenses/>.
17//
18
19#ifndef SRECORD_SRECORD_H
20#define SRECORD_SRECORD_H
21
22#include <srecord/input.h>
24#include <srecord/input/file.h>
30#include <srecord/input/file/coe.h>
40#include <srecord/input/file/mem.h>
52#include <srecord/input/file/srecord.h>
97#include <srecord/memory.h>
104#include <srecord/output.h>
105#include <srecord/output/file.h>
137#include <srecord/output/file/srecord.h>
148#include <srecord/quit.h>
150#include <srecord/quit/normal.h>
151#include <srecord/quit/prefix.h>
152#include <srecord/record.h>
153
154// vim: set ts=8 sw=4 et :
155#endif // SRECORD_SRECORD_H