[BACK]Return to tartc.c CVS log [TXT][DIR] Up to [local] / funnyos / arch / testarm / dev

File: [local] / funnyos / arch / testarm / dev / tartc.c (download)

Revision 1.1, Tue Oct 16 08:41:04 2007 UTC (16 years, 7 months ago) by init
Branch: MAIN

Initial revision

/*
 * $Id: tartc.c,v 1.1 2007/10/16 08:41:04 init Exp $
 */
#include <sys/types.h>
#include <sys/device.h>
#include <libkern/printf.h>

/*
 * testarm Real Time Clock driver.
 */

/* TODO */

int
tartc_attach(struct device *self)
{
	
	printf("testarm Real Time Clock\n");

	return(0);

}