1 // SPDX-License-Identifier: MIT
2 //
3 // Copyright 2024 Advanced Micro Devices, Inc.
4 
5 #ifndef __DML2_PMO_FACTORY_H__
6 #define __DML2_PMO_FACTORY_H__
7 
8 #include "dml2_internal_shared_types.h"
9 #include "dml_top_types.h"
10 
11 bool dml2_pmo_create(enum dml2_project_id project_id, struct dml2_pmo_instance *out);
12 
13 #endif
14