File: rtc.h

package info (click to toggle)
linux 4.9.88-1%2Bdeb9u1~bpo8%2B1
  • links: PTS, VCS
  • area: main
  • in suites: jessie-backports
  • size: 821,104 kB
  • sloc: ansic: 14,496,646; asm: 287,759; makefile: 35,278; perl: 27,553; sh: 15,813; python: 13,374; cpp: 6,088; yacc: 4,337; lex: 2,439; awk: 1,212; pascal: 231; lisp: 218; sed: 21
file content (8 lines) | stat: -rw-r--r-- 214 bytes parent folder | download | duplicates (31)
1
2
3
4
5
6
7
8
#ifndef __ASM_SH_CPU_SH2A_RTC_H
#define __ASM_SH_CPU_SH2A_RTC_H

#define rtc_reg_size		sizeof(u16)
#define RTC_BIT_INVERTED	0
#define RTC_DEF_CAPABILITIES	RTC_CAP_4_DIGIT_YEAR

#endif /* __ASM_SH_CPU_SH2A_RTC_H */