Subversion Repositories shark

Compare Revisions

Ignore whitespace Rev 79 → Rev 80

/shark/trunk/include/drivers/rtc.h
20,11 → 20,11
 
/**
------------
CVS : $Id: rtc.h,v 1.1.1.1 2002-03-29 14:12:51 pj Exp $
CVS : $Id: rtc.h,v 1.2 2003-03-13 13:38:28 pj Exp $
 
File: $File$
Revision: $Revision: 1.1.1.1 $
Last update: $Date: 2002-03-29 14:12:51 $
Revision: $Revision: 1.2 $
Last update: $Date: 2003-03-13 13:38:28 $
------------
 
**/
57,6 → 57,10
 
#include <time.h>
 
#include "ll/sys/cdefs.h"
 
__BEGIN_DECLS
 
/*
* The struct used to pass data via the following ioctl. Similar to the
* struct tm in <time.h>, but it needs to be here so that the kernel
80,4 → 84,5
 
time_t sys_getdate(void);
 
__END_DECLS
#endif