package(default_visibility = ["//visibility:public"]) cc_library( name = "hardware_divider", srcs = ["divider.c"], hdrs = ["include/hardware/divider.h"], includes = ["include"], target_compatible_with = ["//bazel/constraint:host"], deps = ["//src/host/pico_platform"], )