2023-09-05 02:09:05 +01:00

18 lines
359 B
C

/*
* ff_dev.h
*
* Copyright (c) 2020-2023, DarkMatterCore <pabloacurielz@gmail.com>.
* Copyright (c) 2020-2021, XorTroll.
*
* This file is part of libusbhsfs (https://github.com/DarkMatterCore/libusbhsfs).
*/
#pragma once
#ifndef __FF_DEV_H__
#define __FF_DEV_H__
const devoptab_t *ffdev_get_devoptab();
#endif /* __FF_DEV_H__ */