1
0

netlinkp.h 1.1 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253
  1. /*++
  2. Copyright (c) 2016 Minoca Corp.
  3. This file is licensed under the terms of the GNU General Public License
  4. version 3. Alternative licensing terms are available. Contact
  5. info@minocacorp.com for details. See the LICENSE file at the root of this
  6. project for complete licensing information.
  7. Module Name:
  8. netlinkp.h
  9. Abstract:
  10. This header contains internal definitions for the Minoca netlink library.
  11. Author:
  12. Chris Stevens 24-Mar-2016
  13. --*/
  14. //
  15. // ------------------------------------------------------------------- Includes
  16. //
  17. #define LIBNETLINK_API __DLLEXPORT
  18. #include <minoca/lib/minocaos.h>
  19. #include <minoca/net/netdrv.h>
  20. #include <minoca/net/netlink.h>
  21. #include <minoca/lib/mlibc.h>
  22. #include <minoca/lib/netlink.h>
  23. //
  24. // ---------------------------------------------------------------- Definitions
  25. //
  26. #define NETLINK_SCRATCH_BUFFER_SIZE (4096 - NETLINK_HEADER_LENGTH)
  27. //
  28. // ------------------------------------------------------ Data Type Definitions
  29. //
  30. //
  31. // -------------------------------------------------------------------- Globals
  32. //
  33. //
  34. // -------------------------------------------------------- Function Prototypes
  35. //