layer1.h 740 B

12345678910111213141516171819202122232425
  1. /*
  2. *
  3. * Layer 1 defines
  4. *
  5. * Copyright 2008 by Karsten Keil <kkeil@novell.com>
  6. *
  7. * This program is free software; you can redistribute it and/or modify
  8. * it under the terms of the GNU General Public License version 2 as
  9. * published by the Free Software Foundation.
  10. *
  11. * This program is distributed in the hope that it will be useful,
  12. * but WITHOUT ANY WARRANTY; without even the implied warranty of
  13. * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
  14. * GNU General Public License for more details.
  15. *
  16. */
  17. #define FLG_L1_ACTIVATING 1
  18. #define FLG_L1_ACTIVATED 2
  19. #define FLG_L1_DEACTTIMER 3
  20. #define FLG_L1_ACTTIMER 4
  21. #define FLG_L1_T3RUN 5
  22. #define FLG_L1_PULL_REQ 6
  23. #define FLG_L1_UINT 7
  24. #define FLG_L1_DBLOCKED 8