/*
 * Copyright (c) 2026 Abdelkader Boudih <seuros@FreeBSD.org>
 *
 * SPDX-License-Identifier: BSD-2-Clause
 */

#ifndef _DEV_INTEL_HFSTS_H_
#define	_DEV_INTEL_HFSTS_H_

bool	hfsts_pci_present(void);

#endif /* _DEV_INTEL_HFSTS_H_ */
