OpenCores
URL https://opencores.org/ocsvn/or1k_soc_on_altera_embedded_dev_kit/or1k_soc_on_altera_embedded_dev_kit/trunk

Subversion Repositories or1k_soc_on_altera_embedded_dev_kit

[/] [or1k_soc_on_altera_embedded_dev_kit/] [trunk/] [linux-2.6/] [linux-2.6.24/] [include/] [asm-cris/] [timex.h] - Rev 7

Go to most recent revision | Compare with Previous | Blame | View Log

/*
 * linux/include/asm-cris/timex.h
 *
 * CRIS architecture timex specifications
 */
 
#ifndef _ASM_CRIS_TIMEX_H
#define _ASM_CRIS_TIMEX_H
 
#include <asm/arch/timex.h>
 
/*
 * We don't have a cycle-counter.. but we do not support SMP anyway where this is
 * used so it does not matter.
 */
 
typedef unsigned long long cycles_t;
 
static inline cycles_t get_cycles(void)
{
        return 0;
}
 
#endif
 

Go to most recent revision | Compare with Previous | Blame | View Log

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.