Disabling auto-refresh of game list by default, as it is causing bugs sometimes
[open-ps2-loader.git] / modules / debug / ps2link / excepHandler.h
blob8a604882cc2933373f777deea9cb05d01dfeca52
1 /*********************************************************************
2 * Copyright (C) 2003 Tord Lindstrom (pukko@home.se)
3 * This file is subject to the terms and conditions of the PS2Link License.
4 * See the file LICENSE in the main directory of this distribution for more
5 * details.
6 */
8 #ifndef _EXCEPTION_H_
9 #define _EXCEPTION_H_
11 void installExceptionHandlers(void);
13 #endif