fence.h 240 B

12345678910111213
  1. /* SPDX-License-Identifier: GPL-2.0-only */
  2. /*
  3. * Copyright (c) 2020, NVIDIA Corporation.
  4. */
  5. #ifndef HOST1X_FENCE_H
  6. #define HOST1X_FENCE_H
  7. struct host1x_syncpt_fence;
  8. void host1x_fence_signal(struct host1x_syncpt_fence *fence);
  9. #endif