Module Name:    src
Committed By:   riastradh
Date:           Sun Dec 19 01:19:07 UTC 2021

Modified Files:
        src/sys/external/bsd/drm2/include/linux: hrtimer.h

Log Message:
Stub struct hrtimer.


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 src/sys/external/bsd/drm2/include/linux/hrtimer.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/sys/external/bsd/drm2/include/linux/hrtimer.h
diff -u src/sys/external/bsd/drm2/include/linux/hrtimer.h:1.1 src/sys/external/bsd/drm2/include/linux/hrtimer.h:1.2
--- src/sys/external/bsd/drm2/include/linux/hrtimer.h:1.1	Wed Aug  6 13:53:12 2014
+++ src/sys/external/bsd/drm2/include/linux/hrtimer.h	Sun Dec 19 01:19:07 2021
@@ -1,4 +1,4 @@
-/*	$NetBSD: hrtimer.h,v 1.1 2014/08/06 13:53:12 riastradh Exp $	*/
+/*	$NetBSD: hrtimer.h,v 1.2 2021/12/19 01:19:07 riastradh Exp $	*/
 
 /*-
  * Copyright (c) 2014 The NetBSD Foundation, Inc.
@@ -32,4 +32,7 @@
 #ifndef _LINUX_HRTIMER_H_
 #define _LINUX_HRTIMER_H_
 
+struct hrtimer {
+};
+
 #endif  /* _LINUX_HRTIMER_H_ */

Reply via email to