blob: 2c8491ce6539e5ecea0c1059984c3af2fb07ff31 [file] [log] [blame]
// Copyright lowRISC contributors.
// Licensed under the Apache License, Version 2.0, see LICENSE for details.
// SPDX-License-Identifier: Apache-2.0
#include "sw/device/lib/base/bitfield.h"
// `extern` declarations to give the inline functions in the
// corresponding header a link location.
extern void bitfield_set_field32(uint32_t bitfield, bitfield_field32_t field);