/*
  Hatari - reset.h

  This file is distributed under the GNU Public License, version 2 or at
  your option any later version. Read the file gpl.txt for details.
*/

#ifndef HATARI_RESET_H
#define HATARI_RESET_H

const char* Reset_Cold(void);
const char* Reset_Warm(void);

#endif
