Chameleon

Chameleon Svn Source Tree

Root/branches/module_system/i386/libsaio/disk.h

  • Property svn:executable set to *
Source at commit 840 created 12 years 11 months ago.
By azimutz, Following r820: - removed a duplicate "execute_hook("Kernel Start"..." - checked and added missing "boot_args/boot_args_pre_lion" stuff - small tweaks to "kDefaultCachePath..." and "gMacOSVersion" - enabled masking out of Pic interrupts on asm.s (thanks to DHP) - comment edits - reverted to XCode 3.2.6 build environment Folder is now on a working state :)
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: 840