[BACK]Return to sarttvar.h CVS log [TXT][DIR] Up to [local] / funnyos / arch / sam7s64 / dev

File: [local] / funnyos / arch / sam7s64 / dev / sarttvar.h (download)

Revision 1.1, Sat Nov 24 20:51:30 2007 UTC (16 years, 5 months ago) by nbrk
Branch: MAIN
CVS Tags: HEAD

driver for Real Time Timer.
this is a simple device provides periodic interrupts or alarms;
not functional yet

/*
 * $Id: sarttvar.h,v 1.1 2007/11/24 20:51:30 nbrk Exp $
 */
#ifndef _ARCH_SAM7S64_DEV_SARTTVAR_H
#define _ARCH_SAM7S64_DEV_SARTTVAR_H

#include <sys/bus.h>

struct sartt_dd {
	struct bus_handle *sr_bhp;
};

#endif /* not _ARCH_SAM7S64_DEV_SARTTVAR_H */