new.c 857 B

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162
  1. /*++
  2. Copyright (c) 2015 Minoca Corp. All Rights Reserved
  3. Module Name:
  4. new.c
  5. Abstract:
  6. This module
  7. Author:
  8. Evan Green
  9. Environment:
  10. Kernel
  11. --*/
  12. //
  13. // ------------------------------------------------------------------- Includes
  14. //
  15. //
  16. // ---------------------------------------------------------------- Definitions
  17. //
  18. //
  19. // ------------------------------------------------------ Data Type Definitions
  20. //
  21. //
  22. // ----------------------------------------------- Internal Function Prototypes
  23. //
  24. //
  25. // -------------------------------------------------------------------- Globals
  26. //
  27. //
  28. // ------------------------------------------------------------------ Functions
  29. //
  30. /*++
  31. Routine Description:
  32. This routine
  33. Arguments:
  34. Return Value:
  35. --*/
  36. //
  37. // --------------------------------------------------------- Internal Functions
  38. //