blob: 2837f0223d6d3a7dd21f1b85a9e3712b0f1fb52d (
plain)
1
2
3
4
5
6
7
8
|
/* SPDX-License-Identifier: GPL-2.0 */
#ifndef ASM_PARISC_RUNWAY_H
#define ASM_PARISC_RUNWAY_H
#define RUNWAY_STATUS 0x10
#define RUNWAY_DEBUG 0x40
#endif /* ASM_PARISC_RUNWAY_H */
|