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

Subversion Repositories or1k

[/] [or1k/] [tags/] [LINUX_2_4_26_OR32/] [linux/] [linux-2.4/] [include/] [asm-sparc/] [rtc.h] - Diff between revs 1275 and 1279

Go to most recent revision | Only display areas with differences | Details | Blame | View Log

Rev 1275 Rev 1279
/* $Id: rtc.h,v 1.1.1.1 2004-04-15 02:40:23 phoenix Exp $
/* $Id: rtc.h,v 1.1.1.1 2004-04-15 02:40:23 phoenix Exp $
 *
 *
 * rtc.h: Definitions for access to the Mostek real time clock
 * rtc.h: Definitions for access to the Mostek real time clock
 *
 *
 * Copyright (C) 1996 Thomas K. Dyas (tdyas@eden.rutgers.edu)
 * Copyright (C) 1996 Thomas K. Dyas (tdyas@eden.rutgers.edu)
 */
 */
 
 
#ifndef _RTC_H
#ifndef _RTC_H
#define _RTC_H
#define _RTC_H
 
 
#include <linux/ioctl.h>
#include <linux/ioctl.h>
 
 
struct rtc_time
struct rtc_time
{
{
        int     sec;    /* Seconds (0-59) */
        int     sec;    /* Seconds (0-59) */
        int     min;    /* Minutes (0-59) */
        int     min;    /* Minutes (0-59) */
        int     hour;   /* Hour (0-23) */
        int     hour;   /* Hour (0-23) */
        int     dow;    /* Day of the week (1-7) */
        int     dow;    /* Day of the week (1-7) */
        int     dom;    /* Day of the month (1-31) */
        int     dom;    /* Day of the month (1-31) */
        int     month;  /* Month of year (1-12) */
        int     month;  /* Month of year (1-12) */
        int     year;   /* Year (0-99) */
        int     year;   /* Year (0-99) */
};
};
 
 
#define RTCGET _IOR('p', 20, struct rtc_time)
#define RTCGET _IOR('p', 20, struct rtc_time)
#define RTCSET _IOW('p', 21, struct rtc_time)
#define RTCSET _IOW('p', 21, struct rtc_time)
 
 
#endif
#endif
 
 

powered by: WebSVN 2.1.0

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