Blame iscsiuio/src/unix/clock-arch.h

Packit Service 646995
/*
Packit Service 646995
 * Copyright (c) 2006, Swedish Institute of Computer Science.
Packit Service 646995
 * All rights reserved.
Packit Service 646995
 *
Packit Service 646995
 * Redistribution and use in source and binary forms, with or without
Packit Service 646995
 * modification, are permitted provided that the following conditions
Packit Service 646995
 * are met:
Packit Service 646995
 * 1. Redistributions of source code must retain the above copyright
Packit Service 646995
 *    notice, this list of conditions and the following disclaimer.
Packit Service 646995
 * 2. Redistributions in binary form must reproduce the above copyright
Packit Service 646995
 *    notice, this list of conditions and the following disclaimer in the
Packit Service 646995
 *    documentation and/or other materials provided with the distribution.
Packit Service 646995
 * 3. Neither the name of the Institute nor the names of its contributors
Packit Service 646995
 *    may be used to endorse or promote products derived from this software
Packit Service 646995
 *    without specific prior written permission.
Packit Service 646995
 *
Packit Service 646995
 * THIS SOFTWARE IS PROVIDED BY THE INSTITUTE AND CONTRIBUTORS ``AS IS'' AND
Packit Service 646995
 * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
Packit Service 646995
 * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
Packit Service 646995
 * ARE DISCLAIMED.  IN NO EVENT SHALL THE INSTITUTE OR CONTRIBUTORS BE LIABLE
Packit Service 646995
 * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
Packit Service 646995
 * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
Packit Service 646995
 * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
Packit Service 646995
 * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
Packit Service 646995
 * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
Packit Service 646995
 * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
Packit Service 646995
 * SUCH DAMAGE.
Packit Service 646995
 *
Packit Service 646995
 * This file is part of the uIP TCP/IP stack
Packit Service 646995
 *
Packit Service 646995
 */
Packit Service 646995
Packit Service 646995
#ifndef __CLOCK_ARCH_H__
Packit Service 646995
#define __CLOCK_ARCH_H__
Packit Service 646995
Packit Service 646995
typedef int clock_time_t;
Packit Service 646995
#define CLOCK_CONF_SECOND 1000
Packit Service 646995
Packit Service 646995
#endif /* __CLOCK_ARCH_H__ */