///////////////////////////////////////////////////////////////////////////////////////////////////////// // // Name: tzreset.h // Created: May 2020 // Author(s): Philip Smart // Description: A TranZPUter helper utility, allowing a remote hardware reset of the tranZPUter // and host (not K64F). // Credits: // Copyright: (c) 2019-2020 Philip Smart // // History: May 2020 - Initial write of the TranZPUter software. // // Notes: See Makefile to enable/disable conditional components // ///////////////////////////////////////////////////////////////////////////////////////////////////////// // 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 . ///////////////////////////////////////////////////////////////////////////////////////////////////////// #ifndef TZRESET_H #define TZRESET_H #ifdef __cplusplus extern "C" { #endif // Components to be embedded in the program. // // Filesystem components to be embedded in the program. // Application execution constants. // #ifdef __cplusplus } #endif #endif // TZRESET_H