162306a36Sopenharmony_ci/* SPDX-License-Identifier: GPL-2.0 */
262306a36Sopenharmony_ci#ifndef _ASM_POWERPC_GRACKLE_H
362306a36Sopenharmony_ci#define _ASM_POWERPC_GRACKLE_H
462306a36Sopenharmony_ci#ifdef __KERNEL__
562306a36Sopenharmony_ci/*
662306a36Sopenharmony_ci * Functions for setting up and using a MPC106 northbridge
762306a36Sopenharmony_ci */
862306a36Sopenharmony_ci
962306a36Sopenharmony_ci#include <asm/pci-bridge.h>
1062306a36Sopenharmony_ci
1162306a36Sopenharmony_ciextern void setup_grackle(struct pci_controller *hose);
1262306a36Sopenharmony_ci#endif /* __KERNEL__ */
1362306a36Sopenharmony_ci#endif /* _ASM_POWERPC_GRACKLE_H */
14