Linux Audio

Check our new training course

Loading...
v6.2
 1/* SPDX-License-Identifier: GPL-2.0 */
 2/*
 3 * hibernate.h:  Hibernaton support specific for sparc64.
 4 *
 5 * Copyright (C) 2013 Kirill V Tkhai (tkhai@yandex.ru)
 6 */
 7
 8#ifndef ___SPARC_HIBERNATE_H
 9#define ___SPARC_HIBERNATE_H
10
11struct saved_context {
12	unsigned long fp;
13	unsigned long cwp;
14	unsigned long wstate;
15
16	unsigned long tick;
17	unsigned long pstate;
18
19	unsigned long g4;
20	unsigned long g5;
21	unsigned long g6;
22};
23
24#endif
v6.13.7
 1/* SPDX-License-Identifier: GPL-2.0 */
 2/*
 3 * hibernate.h:  Hibernaton support specific for sparc64.
 4 *
 5 * Copyright (C) 2013 Kirill V Tkhai (tkhai@yandex.ru)
 6 */
 7
 8#ifndef ___SPARC_HIBERNATE_H
 9#define ___SPARC_HIBERNATE_H
10
11struct saved_context {
12	unsigned long fp;
13	unsigned long cwp;
14	unsigned long wstate;
15
16	unsigned long tick;
17	unsigned long pstate;
18
19	unsigned long g4;
20	unsigned long g5;
21	unsigned long g6;
22};
23
24#endif