aboutsummaryrefslogtreecommitdiff
path: root/arch/riscv64/include/proc.h
blob: dac57eddc36a3657295d2d584389a2e4a2c73527 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
/* SPDX-License-Identifier: GPL-3.0-or-later */
/* Copyright 2021 - 2022, Kim Kuparinen < kimi.h.kuparinen@gmail.com > */

#ifndef KMI_RISCV_PROC_H
#define KMI_RISCV_PROC_H

/**
 * @file proc.h
 * riscv64-specific process-related stuff. Currently empty.
 */

#endif /* KMI_RISCV_PROC_H */