a3a92abf1ca043aaaaaa79381afa316abaa00ace
Stefan Schuermans v1.0.0

Stefan Schuermans authored 13 years ago

include/flexipix/info.h  1) /*
Stefan Schuermans rename "FlexiPix" to "Ether...

Stefan Schuermans authored 7 years ago

include/etherpix/info.h  2)  * EtherPix library
Stefan Schuermans v1.0.0

Stefan Schuermans authored 13 years ago

include/flexipix/info.h  3)  *
Stefan Schuermans removed version information...

Stefan Schuermans authored 13 years ago

include/flexipix/info.h  4)  * Copyright 2010-2011 Stefan Schuermans <stefan schuermans info>
Stefan Schuermans v1.0.0

Stefan Schuermans authored 13 years ago

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

Stefan Schuermans authored 7 years ago

include/etherpix/info.h 20) #ifndef ETP_INC_INFO_H
include/etherpix/info.h 21) #define ETP_INC_INFO_H
Stefan Schuermans v1.0.0

Stefan Schuermans authored 13 years ago

include/flexipix/info.h 22) 
include/flexipix/info.h 23) /**
include/flexipix/info.h 24)  * \brief get version of the library
include/flexipix/info.h 25)  *
include/flexipix/info.h 26)  * \param[out] p_major major version
include/flexipix/info.h 27)  * \param[out] p_minor minor version
include/flexipix/info.h 28)  * \param[out] p_revision revision number
include/flexipix/info.h 29)  */
Stefan Schuermans rename "FlexiPix" to "Ether...

Stefan Schuermans authored 7 years ago

include/etherpix/info.h 30) void etp_get_version(unsigned int *p_major, unsigned int *p_minor,
Stefan Schuermans v1.0.0

Stefan Schuermans authored 13 years ago

include/flexipix/info.h 31)                      unsigned int *p_revision);
include/flexipix/info.h 32) 
Stefan Schuermans rename "FlexiPix" to "Ether...

Stefan Schuermans authored 7 years ago

include/etherpix/info.h 33) #endif /* #ifndef ETP_INC_INC_H */