Chameleon

Chameleon Svn Source Tree

Root/tags/2.0/i386/libsaio/disk.h

Source at commit 2889 created 6 years 11 months ago.
By ifabio, Add flag NvidiaNoEFI for injection of NVDA,noEFI (thx to FredWst) http://www.insanelymac.com/forum/topic/306156-clover-bugissue-report-and-patch/page-107?p=2443062#entry2443062
1/*
2 * disk.h
3 * Chameleon
4 *
5 * Created by Daniel Miranda on 27/07/10.
6 * Copyright 2010 __MyCompanyName__. All rights reserved.
7 *
8 */
9#ifndef __LIBSAIO_DISK_H
10#define __LIBSAIO_DISK_H
11
12bool matchVolumeToString( BVRef bvr, const char* match, long strMaxLen);
13
14#endif /* __LIBSAIO_DISK_H */

Archive Download this file

Revision: 2889