1{
2	global:
3		OMX_ComponentInit;
4		omx_component_library_Setup;
5
6		# Workaround for an LLVM warning with -simplifycfg-sink-common
7		# due to LLVM being initialized multiple times.
8		radeon_drm_winsys_create;
9		amdgpu_winsys_create;
10	local:
11		*;
12};
13