Greg Steiert / pegasus_dev

Dependents:   blinky_max32630fthr

Committer:
switches
Date:
Fri Nov 11 20:59:50 2016 +0000
Revision:
0:5c4d7b2438d3
Initial commit

Who changed what in which revision?

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