Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
torvalds
GitHub Repository: torvalds/linux
Path: blob/master/arch/sparc/include/asm/clock.h
26481 views
1
/*
2
* clock.h: Definitions for clock operations on the Sparc.
3
*
4
* Copyright (C) 1995 David S. Miller ([email protected])
5
*/
6
#ifndef _SPARC_CLOCK_H
7
#define _SPARC_CLOCK_H
8
9
/* Foo for now. */
10
11
#endif /* !(_SPARC_CLOCK_H) */
12
13