License cleanup: add SPDX GPL-2.0 license identifier to files with no license
[linux-2.6-block.git] / arch / powerpc / sysdev / cpm2_pic.h
CommitLineData
b2441318 1/* SPDX-License-Identifier: GPL-2.0 */
b0c110b4
VB
2#ifndef _PPC_KERNEL_CPM2_H
3#define _PPC_KERNEL_CPM2_H
4
35a84c2f 5extern unsigned int cpm2_get_irq(void);
b0c110b4 6
653c60f3 7extern void cpm2_pic_init(struct device_node *);
b0c110b4
VB
8
9#endif /* _PPC_KERNEL_CPM2_H */