lide.device/move16.h

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