14f8e37dbSMeenakshikumar Somasundaram /*
24f8e37dbSMeenakshikumar Somasundaram  * Copyright 2020 Advanced Micro Devices, Inc.
34f8e37dbSMeenakshikumar Somasundaram  *
44f8e37dbSMeenakshikumar Somasundaram  * Permission is hereby granted, free of charge, to any person obtaining a
54f8e37dbSMeenakshikumar Somasundaram  * copy of this software and associated documentation files (the "Software"),
64f8e37dbSMeenakshikumar Somasundaram  * to deal in the Software without restriction, including without limitation
74f8e37dbSMeenakshikumar Somasundaram  * the rights to use, copy, modify, merge, publish, distribute, sublicense,
84f8e37dbSMeenakshikumar Somasundaram  * and/or sell copies of the Software, and to permit persons to whom the
94f8e37dbSMeenakshikumar Somasundaram  * Software is furnished to do so, subject to the following conditions:
104f8e37dbSMeenakshikumar Somasundaram  *
114f8e37dbSMeenakshikumar Somasundaram  * The above copyright notice and this permission notice shall be included in
124f8e37dbSMeenakshikumar Somasundaram  * all copies or substantial portions of the Software.
134f8e37dbSMeenakshikumar Somasundaram  *
144f8e37dbSMeenakshikumar Somasundaram  * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
154f8e37dbSMeenakshikumar Somasundaram  * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
164f8e37dbSMeenakshikumar Somasundaram  * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.  IN NO EVENT SHALL
174f8e37dbSMeenakshikumar Somasundaram  * THE COPYRIGHT HOLDER(S) OR AUTHOR(S) BE LIABLE FOR ANY CLAIM, DAMAGES OR
184f8e37dbSMeenakshikumar Somasundaram  * OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE,
194f8e37dbSMeenakshikumar Somasundaram  * ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
204f8e37dbSMeenakshikumar Somasundaram  * OTHER DEALINGS IN THE SOFTWARE.
214f8e37dbSMeenakshikumar Somasundaram  *
224f8e37dbSMeenakshikumar Somasundaram  * Authors: AMD
234f8e37dbSMeenakshikumar Somasundaram  *
244f8e37dbSMeenakshikumar Somasundaram  */
254f8e37dbSMeenakshikumar Somasundaram 
264f8e37dbSMeenakshikumar Somasundaram #ifndef _DMUB_OUTBOX_H_
274f8e37dbSMeenakshikumar Somasundaram #define _DMUB_OUTBOX_H_
284f8e37dbSMeenakshikumar Somasundaram 
29*ed720870SMeenakshikumar Somasundaram struct dc_dmub_srv;
304f8e37dbSMeenakshikumar Somasundaram 
31*ed720870SMeenakshikumar Somasundaram void dmub_enable_outbox_notification(struct dc_dmub_srv *dmub_srv);
324f8e37dbSMeenakshikumar Somasundaram 
334f8e37dbSMeenakshikumar Somasundaram #endif /* _DMUB_OUTBOX_H_ */
34