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

dcn303_init.h (267B)


      1// SPDX-License-Identifier: MIT
      2/*
      3 * Copyright (C) 2021 Advanced Micro Devices, Inc.
      4 *
      5 * Authors: AMD
      6 */
      7
      8#ifndef __DC_DCN303_INIT_H__
      9#define __DC_DCN303_INIT_H__
     10
     11struct dc;
     12
     13void dcn303_hw_sequencer_construct(struct dc *dc);
     14
     15#endif /* __DC_DCN303_INIT_H__ */