]> Git Repo - u-boot.git/blob - include/dt-bindings/interrupt-controller/x86-irq.h
Merge branch 'master' of https://source.denx.de/u-boot/custodians/u-boot-sh
[u-boot.git] / include / dt-bindings / interrupt-controller / x86-irq.h
1 /* SPDX-License-Identifier: GPL-2.0 */
2 /*
3  * Copyright 2019 Google LLC
4  *
5  * This provides additional flags used by x86.
6  */
7
8 #ifndef _DT_BINDINGS_INTERRUPT_CONTROLLER_X86_IRQ_H
9 #define _DT_BINDINGS_INTERRUPT_CONTROLLER_X86_IRQ_H
10
11 #define X86_IRQ_TYPE_SHARED     (1 << 4)
12 #define X86_IRQ_TYPE_WAKE       (1 << 5)
13
14 #endif
This page took 0.028446 seconds and 4 git commands to generate.