blob: b523a65213b1731aa168608d5577c3545f725093 [file] [log] [blame]
// 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_