/* * hibernate.h: Hibernaton support specific for sparc64. * * Copyright (C) 2013 Kirill V Tkhai (tkhai@yandex.ru) */#ifndef ___SPARC_HIBERNATE_H#define ___SPARC_HIBERNATE_Hstructsaved_context{unsignedlongfp;unsignedlongcwp;unsignedlongwstate;unsignedlongtick;unsignedlongpstate;unsignedlongg4;unsignedlongg5;unsignedlongg6;};#endif