Fix for x86_64 build fail
[platform/upstream/connectedhomeip.git] / src / lwip / k32w / arch / perf.h
1 /*
2  *
3  *    Copyright (c) 2020 Nest Labs, Inc.
4  *    All rights reserved.
5  *
6  *    This document is the property of Nest. It is considered
7  *    confidential and proprietary information.
8  *
9  *    This document may not be reproduced or transmitted in any form,
10  *    in whole or in part, without the express written permission of
11  *    Nest.
12  *
13  *    Description:
14  *      This file defines processor-architecture-specific constants,
15  *      interfaces and types required for LwIP performance
16  *      measurement.
17  *
18  */
19
20 #ifndef NL_LWIP_FREERTOS_ARCH_PERF_H
21 #define NL_LWIP_FREERTOS_ARCH_PERF_H
22
23 #define PERF_START
24 #define PERF_STOP(s)
25
26 #endif /* NL_LWIP_FREERTOS_ARCH_PERF_H */