mirror of
https://github.com/LIV2/lide.device.git
synced 2025-12-06 00:32:45 +00:00
12 lines
254 B
C
12 lines
254 B
C
// SPDX-License-Identifier: GPL-2.0-only
|
|
/* This file is part of lide.device
|
|
* Copyright (C) 2023 Matthew Harlum <matt@harlum.net>
|
|
*/
|
|
#ifndef TD_READ64
|
|
|
|
#define TD_READ64 24
|
|
#define TD_WRITE64 25
|
|
#define TD_SEEK64 26
|
|
#define TD_FORMAT64 27
|
|
|
|
#endif |