private.h 1.1 KB

1234567891011121314151617181920212223242526272829
  1. /*********************** -*- Mode: C -*- ***********************
  2. * File : private.h
  3. *---------------------------------------------------------------
  4. * Description
  5. * ===========
  6. * This defines the private interface used internally by this component
  7. *---------------------------------------------------------------
  8. * Author : Graeme McKerrell
  9. * Created On : Wed Jan 28 08:45:01 2004
  10. * Status : TESTED
  11. *---------------------------------------------------------------
  12. * HISTORY
  13. * 7-Dec-2004 Graeme McKerrell
  14. * updated to "lub_" namespace
  15. * 5-May-2004 Graeme McKerrell
  16. * updates following review
  17. * 28-Jan-2004 Graeme McKerrell
  18. * Initial version
  19. *---------------------------------------------------------------
  20. * Copyright (C) 2004 3Com Corporation. All Rights Reserved.
  21. **************************************************************** */
  22. #include "lub/blockpool.h"
  23. struct _lub_blockpool_block {
  24. lub_blockpool_block_t *next;
  25. };
  26. /*************************************************************
  27. * PRIVATE OPERATIONS
  28. ************************************************************* */