Sophie

Sophie

distrib > Mandriva > 2010.0 > i586 > media > contrib-release > by-pkgid > a3d1609e3195008a8f13c1bb82d48435 > files > 10

libqpxtool-devel-0.6.1-0.rc2.1mdv2008.0.i586.rpm

/*
 * This file is part of the QPxTool project.
 * Copyright (C) 2005 Gennady "ShultZ" Kozlov <qpxtool@mail.ru>
 *
 * This program is free software; you can redistribute it and/or modify
 * it under the terms of the GNU General Public License as published by
 * the Free Software Foundation; either version 2 of the License, or
 * (at your option) any later version.
 * See the file "COPYING" for the exact licensing terms.
 */

#ifndef __CHECK_PLEXTOR_
#define __CHECK_PLEXTOR_
#include "scan_pointers.h"

extern scan_commands commands_plextor();

extern int plextor_end_scan(drive_info* drive);

extern int plextor_start_fete(drive_info* drive);
extern int plextor_read_fete(drive_info* drive);
extern int plextor_end_fete(drive_info* drive);

#endif //__CHECK_PLEXTOR_