hwc_fault_state.h 605 B

123456789101112131415161718192021222324252627
  1. /*
  2. * =====================================================================================
  3. *
  4. * Filename: sync_fault_state.h
  5. *
  6. * Description: sync_fault_state class definition.
  7. *
  8. * Version: 1.0
  9. * Created: 13/01/2021
  10. * Revision: none
  11. * Compiler: gcc
  12. *
  13. * Author: chenyujie, chenyujie28@jd.com@jd.com
  14. * Company: JD.com, Inc.
  15. *
  16. * =====================================================================================
  17. */
  18. #ifndef HWC_FAULT_STATE_H_
  19. #define HWC_FAULT_STATE_H_
  20. #include "hwc_state_base.h"
  21. SyncState(Fault)
  22. ENDFLAG
  23. #endif