cachepc-linux

Fork of AMDESE/linux with modifications for CachePC side-channel attack
git clone https://git.sinitax.com/sinitax/cachepc-linux
Log | Files | Refs | README | LICENSE | sfeed.txt

fence.h (240B)


      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
      9struct host1x_syncpt_fence;
     10
     11void host1x_fence_signal(struct host1x_syncpt_fence *fence);
     12
     13#endif