Files
ZPU/software/common/zputa_api.h

47 lines
1.7 KiB
C

////////////////////////////////////////////////////////////////////////////////////////////////////////
//
// Name: zputa_api.h
// Created: January 2019
// Author(s): Philip Smart
// Description: ZPU Test Application API entry point definitions.
// For applicatinos which run under ZPUTA, defined here are the entry locations
// for common functions. This saves space in the application as it does not need to
// include the code for these functions in its linkage.
//
// Credits:
// Copyright: (c) 2019 Philip Smart <philip.smart@net2net.org>
//
// History: August 2019 - Initial script written.
//
/////////////////////////////////////////////////////////////////////////////////////////////////////////
// This source file is free software: you can redistribute it and#or modify
// it under the terms of the GNU General Public License as published
// by the Free Software Foundation, either version 3 of the License, or
// (at your option) any later version.
//
// This source file is distributed in the hope that it will be useful,
// but WITHOUT ANY WARRANTY; without even the implied warranty of
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
// GNU General Public License for more details.
//
// You should have received a copy of the GNU General Public License
// along with this program. If not, see <http://www.gnu.org/licenses/>.
/////////////////////////////////////////////////////////////////////////////////////////////////////////
#ifndef ZPUTA_API_H
#define ZPUTA_API_H
#ifdef __cplusplus
extern "C" {
#endif
#ifdef __cplusplus
}
#endif
#endif