#ifndef _NEWSTUFF_H_INCLUDED_
#define _NEWSTUFF_H_INCLUDED_

VOID NewStuff (
    PVOID NotUsed
    );

#endif // #ifndef _NEWSTUFF_H_INCLUDED_

