blob: 0b33f4a93d98e22a2faf3ce5ebff433eab39a9e0 [file] [log] [blame]
oliverschmidt19032c62004-06-14 22:30:32 +00001/*
oliverschmidt76872e82004-12-26 14:13:34 +00002 * Copyright (c) 2003, Adam Dunkels.
oliverschmidt19032c62004-06-14 22:30:32 +00003 * All rights reserved.
4 *
5 * Redistribution and use in source and binary forms, with or without
6 * modification, are permitted provided that the following conditions
7 * are met:
8 * 1. Redistributions of source code must retain the above copyright
9 * notice, this list of conditions and the following disclaimer.
10 * 2. Redistributions in binary form must reproduce the above
11 * copyright notice, this list of conditions and the following
12 * disclaimer in the documentation and/or other materials provided
13 * with the distribution.
oliverschmidt76872e82004-12-26 14:13:34 +000014 * 3. The name of the author may not be used to endorse or promote
oliverschmidt19032c62004-06-14 22:30:32 +000015 * products derived from this software without specific prior
16 * written permission.
17 *
18 * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS
19 * OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
20 * WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
21 * ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY
22 * DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
23 * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE
24 * GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
25 * INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY,
26 * WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING
27 * NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
28 * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
29 *
oliverschmidt76872e82004-12-26 14:13:34 +000030 * This file is part of the Contiki desktop environment
oliverschmidt19032c62004-06-14 22:30:32 +000031 *
oliverschmidt76872e82004-12-26 14:13:34 +000032 * $Id: configedit-dsc.h,v 1.1 2004/12/26 14:13:34 oliverschmidt Exp $
oliverschmidt19032c62004-06-14 22:30:32 +000033 *
34 */
oliverschmidt76872e82004-12-26 14:13:34 +000035#ifndef __CONFIGEDIT_DSC_H__
36#define __CONFIGEDIT_DSC_H__
oliverschmidt19032c62004-06-14 22:30:32 +000037
38#include "dsc.h"
39
oliverschmidt76872e82004-12-26 14:13:34 +000040DSC_HEADER(configedit_dsc);
oliverschmidt19032c62004-06-14 22:30:32 +000041
oliverschmidt76872e82004-12-26 14:13:34 +000042#endif /* __CONFIGEDIT_DSC_H__ */