Silvestrs Timofejevs | aec65ba | 2021-02-24 16:36:55 +0000 | [diff] [blame] | 1 | // Copyright lowRISC contributors. |
2 | // Licensed under the Apache License, Version 2.0, see LICENSE for details. | ||||
3 | // SPDX-License-Identifier: Apache-2.0 | ||||
4 | |||||
5 | #include "sw/device/lib/dif/dif_pinmux.h" | ||||
6 | |||||
7 | #include "pinmux_regs.h" // Generated. | ||||
8 | |||||
9 | // This just exists to check that the header compiles for now. The actual | ||||
10 | // implementation is work in progress. |