]> Git Repo - linux.git/blob - drivers/gpu/host1x/fence.h
Merge tag 'net-5.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
[linux.git] / drivers / gpu / host1x / fence.h
1 /* SPDX-License-Identifier: GPL-2.0-only */
2 /*
3  * Copyright (c) 2020, NVIDIA Corporation.
4  */
5
6 #ifndef HOST1X_FENCE_H
7 #define HOST1X_FENCE_H
8
9 struct host1x_syncpt_fence;
10
11 void host1x_fence_signal(struct host1x_syncpt_fence *fence);
12
13 #endif
This page took 0.028754 seconds and 4 git commands to generate.