1*46470a38SPatrick Venture #pragma once 2*46470a38SPatrick Venture 3*46470a38SPatrick Venture #include <stdint.h> 4*46470a38SPatrick Venture 5*46470a38SPatrick Venture // These are per skiboot ipmi-sel code 6*46470a38SPatrick Venture 7*46470a38SPatrick Venture // Minor command for soft shurdown 8*46470a38SPatrick Venture #define SOFT_OFF 0x00 9*46470a38SPatrick Venture // Major command for Any kind of power ops 10*46470a38SPatrick Venture #define CMD_POWER 0x04 11*46470a38SPatrick Venture // Major command for the heartbeat operation (verify host is alive) 12*46470a38SPatrick Venture #define CMD_HEARTBEAT 0xFF 13