summaryrefslogtreecommitdiff
path: root/src/sys/procfile/irqprocfile.cil
blob: 5dec01f2a5eda8e111615ff0249d7800a34a86d6 (plain)
1
2
3
4
5
6
7
8
9
;; SPDX-FileCopyrightText: © 2025 Dominick Grift <dominick.grift@defensec.nl>
;; SPDX-License-Identifier: Unlicense

(block irq

  (genfscon "proc" "/irq" procfile_context)

  (blockinherit .procfile.macro_template_dirs)
  (blockinherit .procfile.template))