blob: 8b531ce1c831078464ca664c28ca5760d86dd9b9 (
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 APOS_RISCV_PROC_H
#define APOS_RISCV_PROC_H
/**
* @file proc.h
* riscv64-specific process-related stuff. Currently empty.
*/
#endif /* APOS_RISCV_PROC_H */
|