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

Subversion Repositories or1k

[/] [or1k/] [trunk/] [linux/] [linux-2.4/] [include/] [asm-s390/] [todclk.h] - Blame information for rev 1774

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

Line No. Rev Author Line
1 1276 phoenix
/*
2
 * File...........: linux/include/asm/todclk.h
3
 * Author(s)......: Holger Smolinski <Holger.Smolinski@de.ibm.com>
4
 * Bugreports.to..: <Linux390@de.ibm.com>
5
 * (C) IBM Corporation, IBM Deutschland Entwicklung GmbH, 1999,2000
6
 *
7
 * History of changes (starts July 2000)
8
 */
9
 
10
#ifndef __ASM_TODCLK_H
11
#define __ASM_TODCLK_H
12
 
13
#ifdef __KERNEL__
14
 
15
#define TOD_uSEC (0x1000ULL)
16
#define TOD_mSEC (1000 * TOD_uSEC)
17
#define TOD_SEC (1000 * TOD_mSEC)
18
#define TOD_MIN (60 * TOD_SEC)
19
#define TOD_HOUR (60 * TOD_MIN)
20
 
21
#endif
22
 
23
#endif

powered by: WebSVN 2.1.0

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