summaryrefslogtreecommitdiff
path: root/src/sys/sysfile/devicessysfile/cpudevicessysfile.cil
blob: 107d0a42d34de82eb873d82e5507f5d125512d58 (plain)
1
2
3
4
5
6
7
8
9
10
;; SPDX-FileCopyrightText: © 2023 Dominick Grift <dominick.grift@defensec.nl>
;; SPDX-License-Identifier: Unlicense

(in cpu

    (genfscon "sysfs" "/devices/system/cpu" sysfile_context)

    (blockinherit .sysfile.devices.template)
    (blockinherit .sysfile.macro_template_dirs)
    (blockinherit .sysfile.macro_template_lnk_files))