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

irq_service_dcn303.h (349B)


      1// SPDX-License-Identifier: MIT
      2/*
      3 * Copyright (C) 2021 Advanced Micro Devices, Inc.
      4 *
      5 * Authors: AMD
      6 */
      7
      8#ifndef __DAL_IRQ_SERVICE_DCN303_H__
      9#define __DAL_IRQ_SERVICE_DCN303_H__
     10
     11#include "../irq_service.h"
     12
     13struct irq_service *dal_irq_service_dcn303_create(struct irq_service_init_data *init_data);
     14
     15#endif /* __DAL_IRQ_SERVICE_DCN303_H__ */