Chameleon

Chameleon Svn Source Tree

Root/branches/meklort/i386/modules/KextPatcher/kext_patcher.h

Source at commit 510 created 13 years 10 months ago.
By azimutz, Making a mess out of boot.h; the intention is to "update" BootHelp.txt with all the "useful at boot prompt" flags/keys, and only the "useful at boot prompt" ones. This helps me to get a better overall notion of the "mess". Also testing the usefulness of adding the remaining flags/keys (or any other useful info) to a new file, called by the unused ?more/showTextFile() flag/function.
1/*
2 * Copyright (c) 2009 Evan Lojewski. All rights reserved.
3 *
4 */
5#ifndef __BOOT2_KERNEL_PATCHER_H
6#define __BOOT2_KERNEL_PATCHER_H
7
8
9void KextPatcher_start();
10
11void kext_loaded(void* module, void* length, void* executableAddr, void* arg3);
12void mkext_loaded(void* filespec, void* package, void* lenght, void* arg3);
13
14
15#endif /* !__BOOT2_KERNEL_PATCHER_H */
16

Archive Download this file

Revision: 510