693f1e87154947811c9ac21a092b5aefe1f38836
Stefan Schuermans v1.0.0

Stefan Schuermans authored 13 years ago

include/intern/const_data.h  1) /*
Stefan Schuermans rename "FlexiPix" to "Ether...

Stefan Schuermans authored 7 years ago

include/intern/const_data.h  2)  * EtherPix library
Stefan Schuermans v1.0.0

Stefan Schuermans authored 13 years ago

include/intern/const_data.h  3)  *
Stefan Schuermans update copyright year

Stefan Schuermans authored 7 years ago

include/intern/const_data.h  4)  * Copyright 2010-2017 Stefan Schuermans <stefan schuermans info>
Stefan Schuermans v1.0.0

Stefan Schuermans authored 13 years ago

include/intern/const_data.h  5)  *
include/intern/const_data.h  6)  * This program is free software: you can redistribute it and/or modify
include/intern/const_data.h  7)  * it under the terms of the GNU General Public License as published by
include/intern/const_data.h  8)  * the Free Software Foundation, version 3 of the License.
include/intern/const_data.h  9)  *
include/intern/const_data.h 10)  *
include/intern/const_data.h 11)  * This program is distributed in the hope that it will be useful,
include/intern/const_data.h 12)  * but WITHOUT ANY WARRANTY; without even the implied warranty of
include/intern/const_data.h 13)  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
include/intern/const_data.h 14)  * GNU General Public License for more details.
include/intern/const_data.h 15)  *
include/intern/const_data.h 16)  * You should have received a copy of the GNU Lesser General Public License
include/intern/const_data.h 17)  * along with this program. If not, see <http://www.gnu.org/licenses/>.
include/intern/const_data.h 18)  */
include/intern/const_data.h 19) 
Stefan Schuermans rename "FlexiPix" to "Ether...

Stefan Schuermans authored 7 years ago

include/intern/const_data.h 20) #ifndef ETP_CONST_DATA_H
include/intern/const_data.h 21) #define ETP_CONST_DATA_H
Stefan Schuermans v1.0.0

Stefan Schuermans authored 13 years ago

include/intern/const_data.h 22) 
Stefan Schuermans rename "FlexiPix" to "Ether...

Stefan Schuermans authored 7 years ago

include/intern/const_data.h 23) #include <etherpix/types.h>
Stefan Schuermans move internal includes

Stefan Schuermans authored 7 years ago

src/const_data.h            24) #include "types.h"
Stefan Schuermans v1.0.0

Stefan Schuermans authored 13 years ago

include/intern/const_data.h 25) 
include/intern/const_data.h 26) /** data of MCUF header */
Stefan Schuermans rename "FlexiPix" to "Ether...

Stefan Schuermans authored 7 years ago

include/intern/const_data.h 27) extern const etp_u8_t etp_mcuf_hdr[ETP_MCUF_HDR_LEN];
Stefan Schuermans v1.0.0

Stefan Schuermans authored 13 years ago

include/intern/const_data.h 28) 
Stefan Schuermans rename "FlexiPix" to "Ether...

Stefan Schuermans authored 7 years ago

include/intern/const_data.h 29) #endif /* #ifndef ETP_CONST_DATA_H */