Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Functions | Variables
rtc.c File Reference
#include <linux/init.h>
#include <linux/kernel.h>
#include <linux/platform_device.h>
#include <linux/mc146818rtc.h>

Go to the source code of this file.

Functions

 device_initcall (loongson_rtc_platform_init)
 

Variables

struct resource loongson_rtc_resources []
 

Function Documentation

device_initcall ( loongson_rtc_platform_init  )

Variable Documentation

struct resource loongson_rtc_resources[]
Initial value:
= {
{
.start = RTC_PORT(0),
.end = RTC_PORT(1),
.flags = IORESOURCE_IO,
}, {
.start = RTC_IRQ,
.end = RTC_IRQ,
.flags = IORESOURCE_IRQ,
}
}

Definition at line 17 of file rtc.c.