Files
zTC1/mico-os/MiCO/net/LwIP/mico/arch/perf.h

26 lines
493 B
C

/**
* UNPUBLISHED PROPRIETARY SOURCE CODE
* Copyright (c) 2016 MXCHIP Inc.
*
* The contents of this file may not be disclosed to third parties, copied or
* duplicated in any form, in whole or in part, without the prior written
* permission of MXCHIP Corporation.
*
*/
#ifndef INCLUDED_PERF_H
#define INCLUDED_PERF_H
#ifdef __cplusplus
extern "C" {
#endif
#define PERF_START
#define PERF_STOP(x)
#ifdef __cplusplus
} /*extern "C" */
#endif
#endif /* ifndef INCLUDED_PERF_H */