10 lines
206 B
C
10 lines
206 B
C
/* Copyright (c) 2021-2023 Barcelona Supercomputing Center (BSC)
|
|
* SPDX-License-Identifier: GPL-3.0-or-later */
|
|
|
|
#ifndef INSTR_OVNI_H
|
|
#define INSTR_OVNI_H
|
|
|
|
#include "../instr.h"
|
|
|
|
#endif /* INSTR_OVNI_H */
|