// Copyright lowRISC contributors. | |
// Licensed under the Apache License, Version 2.0, see LICENSE for details. | |
// SPDX-License-Identifier: Apache-2.0 | |
#ifndef _PINMUX_H_ | |
#define _PINMUX_H_ | |
#include <stdint.h> | |
#include "pinmux_regs.h" // Generated. | |
/** | |
* PINMUX default initialization. | |
*/ | |
void pinmux_init(void); | |
#endif // _PINMUX_H_ |