mirror of
https://github.com/Qortal/Brooklyn.git
synced 2025-02-07 14:54:17 +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
|