diff options
| author | Len Brown <len.brown@intel.com> | 2005-12-14 02:59:50 -0500 |
|---|---|---|
| committer | Len Brown <len.brown@intel.com> | 2005-12-14 02:59:50 -0500 |
| commit | d3e4cefc86ce1aefc0e9aebdc56308cb4bd51997 (patch) | |
| tree | f4418610996064cab63600ca093de65356dcdfde /include/linux/time.h | |
| parent | 927fe18397b3b1194a5b26b1d388d97e391e5fd2 (diff) | |
| parent | acd9b7b4e08a3f0f48afa922d8e371414cf2d3b2 (diff) | |
Auto-update from upstream
Diffstat (limited to 'include/linux/time.h')
| -rw-r--r-- | include/linux/time.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/time.h b/include/linux/time.h index bfbe92d0767c..797ccd813bb0 100644 --- a/include/linux/time.h +++ b/include/linux/time.h @@ -95,6 +95,7 @@ struct itimerval; extern int do_setitimer(int which, struct itimerval *value, struct itimerval *ovalue); extern int do_getitimer(int which, struct itimerval *value); extern void getnstimeofday (struct timespec *tv); +extern void getnstimestamp(struct timespec *ts); extern struct timespec timespec_trunc(struct timespec t, unsigned gran); |
