Module Name:    src
Committed By:   riastradh
Date:           Mon Aug 27 07:31:40 UTC 2018

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

Log Message:
Add fence_get prototype.


To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 src/sys/external/bsd/drm2/include/linux/fence.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/fence.h
diff -u src/sys/external/bsd/drm2/include/linux/fence.h:1.4 src/sys/external/bsd/drm2/include/linux/fence.h:1.5
--- src/sys/external/bsd/drm2/include/linux/fence.h:1.4	Mon Aug 27 07:31:17 2018
+++ src/sys/external/bsd/drm2/include/linux/fence.h	Mon Aug 27 07:31:40 2018
@@ -1,4 +1,4 @@
-/*	$NetBSD: fence.h,v 1.4 2018/08/27 07:31:17 riastradh Exp $	*/
+/*	$NetBSD: fence.h,v 1.5 2018/08/27 07:31:40 riastradh Exp $	*/
 
 /*-
  * Copyright (c) 2018 The NetBSD Foundation, Inc.
@@ -45,6 +45,8 @@ struct fence {
 #define	fence_wait		linux_fence_wait
 
 long	fence_wait(struct fence *, bool);
+struct fence *
+	fence_get(struct fence *);
 void	fence_put(struct fence *);
 
 #endif	/* _LINUX_FENCE_H_ */

Reply via email to