blob: 93bc380f9536aa681470fb414d959cb405abab59 [file] [log] [blame]
b.liue9582032025-04-17 19:18:16 +08001/* SPDX-License-Identifier: GPL-2.0-only */
2/*
3 * Pistachio IRQ setup
4 *
5 * Copyright (C) 2014 Google, Inc.
6 */
7
8#ifndef __ASM_MACH_PISTACHIO_IRQ_H
9#define __ASM_MACH_PISTACHIO_IRQ_H
10
11#define NR_IRQS 256
12
13#include_next <irq.h>
14
15#endif /* __ASM_MACH_PISTACHIO_IRQ_H */