Home | Info | Community | Development | myReactOS | Contact Us
ReactOS Development > Doxygenchew.h
Go to the documentation of this file.
00001 /* 00002 * COPYRIGHT: See COPYING in the top level directory 00003 * PROJECT: ReactOS kernel 00004 * FILE: include/reactos/chew/chew.h 00005 * PURPOSE: Common Highlevel Executive Worker 00006 * 00007 * PROGRAMMERS: arty (ayerkes@speakeasy.net) 00008 */ 00009 00010 #ifndef _REACTOS_CHEW_H 00011 #define _REACTOS_CHEW_H 00012 00017 VOID ChewInit(PDEVICE_OBJECT DeviceObject); 00018 00022 VOID ChewShutdown(VOID); 00023 00027 BOOLEAN ChewCreate(VOID (*Worker)(PVOID), PVOID WorkerContext); 00028 00029 #endif/*_REACTOS_CHEW_H*/ Generated on Sun May 27 2012 04:33:07 for ReactOS by
1.7.6.1
|