blob: 6f772cc210c014966968ce4aea54bba55d0048b1 [file] [log] [blame]
Tim Chu3ba16212022-12-14 11:27:52 +00001/* SPDX-License-Identifier: GPL-2.0-only */
2
3#include <soc/pci_devs.h>
4
5pci_devfn_t soc_get_ubox_pmon_dev(void)
6{
7 return UBOX_DEV_PMON;
8}