mirror of
https://github.com/Qortal/Brooklyn.git
synced 2025-01-31 15:22:18 +00:00
9 lines
104 B
C
9 lines
104 B
C
|
/* SPDX-License-Identifier: GPL-2.0-only */
|
||
|
|
||
|
#ifndef RDVL_H
|
||
|
#define RDVL_H
|
||
|
|
||
|
int rdvl_sve(void);
|
||
|
|
||
|
#endif
|