Linux Kernel
3.7.1
|
#include <linux/types.h>
#include <linux/kd.h>
#include <linux/init.h>
#include <linux/sched.h>
#include <linux/kernel_stat.h>
#include <linux/interrupt.h>
#include <linux/rtc.h>
#include <linux/bcd.h>
#include <asm/irq.h>
#include <asm/io.h>
#include <asm/traps.h>
#include <asm/sun3x.h>
#include <asm/sun3ints.h>
#include <asm/rtc.h>
#include "time.h"
Go to the source code of this file.
Macros | |
#define | M_CONTROL 0xf8 |
#define | M_SEC 0xf9 |
#define | M_MIN 0xfa |
#define | M_HOUR 0xfb |
#define | M_DAY 0xfc |
#define | M_DATE 0xfd |
#define | M_MONTH 0xfe |
#define | M_YEAR 0xff |
#define | C_WRITE 0x80 |
#define | C_READ 0x40 |
#define | C_SIGN 0x20 |
#define | C_CALIB 0x1f |
Functions | |
int | sun3x_hwclk (int set, struct rtc_time *t) |
unsigned long | sun3x_gettimeoffset (void) |
void __init | sun3x_sched_init (irq_handler_t vector) |
void __init sun3x_sched_init | ( | irq_handler_t | vector | ) |