Back to home page

OSCL-LXR

 
 

    


0001 /* SPDX-License-Identifier: GPL-2.0-only */
0002 /*
0003  * Copyright (c) 2020, NVIDIA Corporation.
0004  */
0005 
0006 #ifndef HOST1X_FENCE_H
0007 #define HOST1X_FENCE_H
0008 
0009 struct host1x_syncpt_fence;
0010 
0011 void host1x_fence_signal(struct host1x_syncpt_fence *fence);
0012 
0013 #endif