Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 55859
b: refs/heads/master
c: 6e66837
h: refs/heads/master
i:
  55857: 9980715
  55855: c8890d4
v: v3
  • Loading branch information
Geoff Levand authored and Paul Mackerras committed May 10, 2007
1 parent 2587426 commit 7d63dd1
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 17213c3bf67bd532d4d04c286663f9bbf92b9c18
refs/heads/master: 6e66837b2669d6c07177ada4db9ec47ce9c31873
5 changes: 5 additions & 0 deletions trunk/include/asm-powerpc/ps3.h
Original file line number Diff line number Diff line change
Expand Up @@ -377,8 +377,13 @@ int ps3_vuart_port_device_register(struct ps3_vuart_port_device *dev);

/* system manager */

#ifdef CONFIG_PS3_SYS_MANAGER
void ps3_sys_manager_restart(void);
void ps3_sys_manager_power_off(void);
#else
static inline void ps3_sys_manager_restart(void) {}
static inline void ps3_sys_manager_power_off(void) {}
#endif

struct ps3_prealloc {
const char *name;
Expand Down

0 comments on commit 7d63dd1

Please sign in to comment.