mbed-os

Fork of mbed-os by erkin yucel

Committer:
elessair
Date:
Sun Oct 23 15:10:02 2016 +0000
Revision:
0:f269e3021894
Initial commit

Who changed what in which revision?

UserRevisionLine numberNew contents of line
elessair 0:f269e3021894 1 /*
elessair 0:f269e3021894 2 * Copyright (c) 2001-2003 Swedish Institute of Computer Science.
elessair 0:f269e3021894 3 * All rights reserved.
elessair 0:f269e3021894 4 *
elessair 0:f269e3021894 5 * Redistribution and use in source and binary forms, with or without modification,
elessair 0:f269e3021894 6 * are permitted provided that the following conditions are met:
elessair 0:f269e3021894 7 *
elessair 0:f269e3021894 8 * 1. Redistributions of source code must retain the above copyright notice,
elessair 0:f269e3021894 9 * this list of conditions and the following disclaimer.
elessair 0:f269e3021894 10 * 2. Redistributions in binary form must reproduce the above copyright notice,
elessair 0:f269e3021894 11 * this list of conditions and the following disclaimer in the documentation
elessair 0:f269e3021894 12 * and/or other materials provided with the distribution.
elessair 0:f269e3021894 13 * 3. The name of the author may not be used to endorse or promote products
elessair 0:f269e3021894 14 * derived from this software without specific prior written permission.
elessair 0:f269e3021894 15 *
elessair 0:f269e3021894 16 * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR IMPLIED
elessair 0:f269e3021894 17 * WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF
elessair 0:f269e3021894 18 * MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT
elessair 0:f269e3021894 19 * SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,
elessair 0:f269e3021894 20 * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT
elessair 0:f269e3021894 21 * OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
elessair 0:f269e3021894 22 * INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
elessair 0:f269e3021894 23 * CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING
elessair 0:f269e3021894 24 * IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY
elessair 0:f269e3021894 25 * OF SUCH DAMAGE.
elessair 0:f269e3021894 26 *
elessair 0:f269e3021894 27 * This file is part of the lwIP TCP/IP stack.
elessair 0:f269e3021894 28 *
elessair 0:f269e3021894 29 * Author: Adam Dunkels <adam@sics.se>
elessair 0:f269e3021894 30 *
elessair 0:f269e3021894 31 */
elessair 0:f269e3021894 32 #ifndef __PERF_H__
elessair 0:f269e3021894 33 #define __PERF_H__
elessair 0:f269e3021894 34
elessair 0:f269e3021894 35 #define PERF_START /* null definition */
elessair 0:f269e3021894 36 #define PERF_STOP(x) /* null definition */
elessair 0:f269e3021894 37
elessair 0:f269e3021894 38 #endif /* __PERF_H__ */