/* * PSP Software Development Kit - http://www.pspdev.org * ----------------------------------------------------------------------- * Licensed under the BSD license, see LICENSE in PSPSDK root for details. * * pspprof.h - Prototypes for the profiler library * * Copyright (c) 2006 Urchin * * $Id$ */ #ifndef __PSPPROF_H__ #define __PSPPROF_H__ #ifdef __cplusplus extern "C" { #endif void gprof_cleanup(); #ifdef __cplusplus } #endif #endif /* __PSPPROF_H__ */