1317017Sdim/*
2317017Sdim * Copyright 2014 Advanced Micro Devices, Inc.
3353358Sdim *
4353358Sdim * Permission is hereby granted, free of charge, to any person obtaining a
5353358Sdim * copy of this software and associated documentation files (the "Software"),
6317017Sdim * to deal in the Software without restriction, including without limitation
7317017Sdim * the rights to use, copy, modify, merge, publish, distribute, sublicense,
8317017Sdim * and/or sell copies of the Software, and to permit persons to whom the
9317017Sdim * Software is furnished to do so, subject to the following conditions:
10317017Sdim *
11317017Sdim * The above copyright notice and this permission notice shall be included in
12317017Sdim * all copies or substantial portions of the Software.
13317017Sdim *
14317017Sdim * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
15317017Sdim * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
16317017Sdim * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.  IN NO EVENT SHALL
17317017Sdim * THE COPYRIGHT HOLDER(S) OR AUTHOR(S) BE LIABLE FOR ANY CLAIM, DAMAGES OR
18317017Sdim * OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE,
19317017Sdim * ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
20327952Sdim * OTHER DEALINGS IN THE SOFTWARE.
21317017Sdim *
22317017Sdim */
23317017Sdim
24317017Sdim#ifndef __SDMA_V3_0_H__
25317017Sdim#define __SDMA_V3_0_H__
26317017Sdim
27317017Sdimextern const struct amdgpu_ip_block_version sdma_v3_0_ip_block;
28317017Sdimextern const struct amdgpu_ip_block_version sdma_v3_1_ip_block;
29317017Sdim
30317017Sdim#endif
31317017Sdim