diff options
Diffstat (limited to 'arch/sparc/include/asm/clock.h')
| -rw-r--r-- | arch/sparc/include/asm/clock.h | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/arch/sparc/include/asm/clock.h b/arch/sparc/include/asm/clock.h new file mode 100644 index 000000000000..2cf99dadec56 --- /dev/null +++ b/arch/sparc/include/asm/clock.h | |||
| @@ -0,0 +1,11 @@ | |||
| 1 | /* | ||
| 2 | * clock.h: Definitions for clock operations on the Sparc. | ||
| 3 | * | ||
| 4 | * Copyright (C) 1995 David S. Miller (davem@caip.rutgers.edu) | ||
| 5 | */ | ||
| 6 | #ifndef _SPARC_CLOCK_H | ||
| 7 | #define _SPARC_CLOCK_H | ||
| 8 | |||
| 9 | /* Foo for now. */ | ||
| 10 | |||
| 11 | #endif /* !(_SPARC_CLOCK_H) */ | ||
