runstate-action.h 455 B

12345678910111213141516171819
  1. /*
  2. * Copyright (c) 2020 Oracle and/or its affiliates.
  3. *
  4. * This work is licensed under the terms of the GNU GPL, version 2.
  5. * See the COPYING file in the top-level directory.
  6. *
  7. */
  8. #ifndef RUNSTATE_ACTION_H
  9. #define RUNSTATE_ACTION_H
  10. #include "qapi/qapi-commands-run-state.h"
  11. /* in system/runstate-action.c */
  12. extern RebootAction reboot_action;
  13. extern ShutdownAction shutdown_action;
  14. extern PanicAction panic_action;
  15. #endif /* RUNSTATE_ACTION_H */