ether.c 585 B

12345678910111213141516171819
  1. /*!
  2. * Copyright (C) Fraunhofer-Institut for Photonic Microsystems (IPMS)
  3. * Maria-Reiche-Str. 2
  4. * 01109 Dresden
  5. *
  6. * Unauthorized copying of this file, via any medium is strictly prohibited
  7. * Proprietary and confidential
  8. *
  9. * \file ether.c
  10. * \author fra11385
  11. * \date 21.09.2021
  12. * \brief <insert file brief description>
  13. *
  14. */
  15. #include "kernel/net/ether.h"
  16. const char *ETH_PRIO_NAMES[8] = { "Background", "Best Effort", "Excellent Effort", "Critical Application",
  17. "Video", "Voice", "Internetwork Control", "Network Control" };