1 // SPDX-License-Identifier: GPL-2.0 2 /* 3 * Copyright (c) 2024 Raspberry Pi Ltd. 4 * All rights reserved. 5 */ 6 #ifndef _HARDWARE_PIO_H 7 #define _HARDWARE_PIO_H 8 9 #include "piolib.h" 10 11 #endif