Merge git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6
[wrt350n-kernel.git] / arch / powerpc / platforms / celleb / beat.h
blobb531ab52b74850ff5b4aa183f046e5e702921a69
1 /*
2 * Guest OS Interfaces.
4 * (C) Copyright 2006 TOSHIBA CORPORATION
6 * This program is free software; you can redistribute it and/or modify
7 * it under the terms of the GNU General Public License as published by
8 * the Free Software Foundation; either version 2 of the License, or
9 * (at your option) any later version.
11 * This program is distributed in the hope that it will be useful,
12 * but WITHOUT ANY WARRANTY; without even the implied warranty of
13 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
14 * GNU General Public License for more details.
16 * You should have received a copy of the GNU General Public License along
17 * with this program; if not, write to the Free Software Foundation, Inc.,
18 * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
21 #ifndef _CELLEB_BEAT_H
22 #define _CELLEB_BEAT_H
24 <<<<<<< HEAD:arch/powerpc/platforms/celleb/beat.h
25 #define DABRX_KERNEL (1UL<<1)
26 #define DABRX_USER (1UL<<0)
28 =======
29 >>>>>>> 264e3e889d86e552b4191d69bb60f4f3b383135a:arch/powerpc/platforms/celleb/beat.h
30 int64_t beat_get_term_char(uint64_t,uint64_t*,uint64_t*,uint64_t*);
31 int64_t beat_put_term_char(uint64_t,uint64_t,uint64_t,uint64_t);
32 int64_t beat_repository_encode(int, const char *, uint64_t[4]);
33 void beat_restart(char *);
34 void beat_power_off(void);
35 void beat_halt(void);
36 int beat_set_rtc_time(struct rtc_time *);
37 void beat_get_rtc_time(struct rtc_time *);
38 ssize_t beat_nvram_get_size(void);
39 ssize_t beat_nvram_read(char *, size_t, loff_t *);
40 ssize_t beat_nvram_write(char *, size_t, loff_t *);
41 int beat_set_xdabr(unsigned long);
42 void beat_power_save(void);
43 void beat_kexec_cpu_down(int, int);
45 #endif /* _CELLEB_BEAT_H */