1274955Ssvnmir/*	$NetBSD: irq_service_dce80.h,v 1.2 2021/12/18 23:45:06 riastradh Exp $	*/
2274955Ssvnmir
3274955Ssvnmir/*
4274955Ssvnmir * Copyright 2012-15 Advanced Micro Devices, Inc.
5274955Ssvnmir *
6274955Ssvnmir * Permission is hereby granted, free of charge, to any person obtaining a
7274955Ssvnmir * copy of this software and associated documentation files (the "Software"),
8274955Ssvnmir * to deal in the Software without restriction, including without limitation
9274955Ssvnmir * the rights to use, copy, modify, merge, publish, distribute, sublicense,
10274955Ssvnmir * and/or sell copies of the Software, and to permit persons to whom the
11274955Ssvnmir * Software is furnished to do so, subject to the following conditions:
12274955Ssvnmir *
13274955Ssvnmir * The above copyright notice and this permission notice shall be included in
14274955Ssvnmir * all copies or substantial portions of the Software.
15274955Ssvnmir *
16274955Ssvnmir * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
17274955Ssvnmir * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
18274955Ssvnmir * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.  IN NO EVENT SHALL
19274955Ssvnmir * THE COPYRIGHT HOLDER(S) OR AUTHOR(S) BE LIABLE FOR ANY CLAIM, DAMAGES OR
20274955Ssvnmir * OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE,
21274955Ssvnmir * ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
22274955Ssvnmir * OTHER DEALINGS IN THE SOFTWARE.
23274955Ssvnmir *
24274955Ssvnmir * Authors: AMD
25274955Ssvnmir *
26274955Ssvnmir */
27274955Ssvnmir
28274955Ssvnmir#ifndef __DAL_IRQ_SERVICE_DCE80_H__
29274955Ssvnmir#define __DAL_IRQ_SERVICE_DCE80_H__
30274955Ssvnmir
31274955Ssvnmir#include "../irq_service.h"
32274955Ssvnmir
33274955Ssvnmirstruct irq_service *dal_irq_service_dce80_create(
34274955Ssvnmir	struct irq_service_init_data *init_data);
35274955Ssvnmir
36274955Ssvnmir#endif
37274955Ssvnmir
38274955Ssvnmir