mirror of
https://github.com/LIV2/lide.device.git
synced 2025-12-06 00:32:45 +00:00
12 lines
243 B
C
12 lines
243 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 _MOVE16_H
|
|
#define _MOVE16_H
|
|
|
|
void ata_xfer_long_move16 (void *source, void *destination);
|
|
|
|
#endif
|