Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 175759
b: refs/heads/master
c: b79ddf2
h: refs/heads/master
i:
  175757: 148d93a
  175755: 5b2dc0f
  175751: a50cb9b
  175743: 225c6a1
v: v3
  • Loading branch information
Anton Vorontsov authored and Kumar Gala committed Nov 12, 2009
1 parent c8b471b commit a3010e7
Show file tree
Hide file tree
Showing 2 changed files with 8 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: 98eaa0987afdcab0929dc205edb5c492cf66a370
refs/heads/master: b79ddf2c2dba44114d150c7758002ef29e693086
7 changes: 7 additions & 0 deletions trunk/arch/powerpc/include/asm/qe.h
Original file line number Diff line number Diff line change
Expand Up @@ -210,8 +210,15 @@ struct qe_firmware_info {
u64 extended_modes; /* Extended modes */
};

#ifdef CONFIG_QUICC_ENGINE
/* Upload a firmware to the QE */
int qe_upload_firmware(const struct qe_firmware *firmware);
#else
static inline int qe_upload_firmware(const struct qe_firmware *firmware)
{
return -ENOSYS;
}
#endif /* CONFIG_QUICC_ENGINE */

/* Obtain information on the uploaded firmware */
struct qe_firmware_info *qe_get_firmware_info(void);
Expand Down

0 comments on commit a3010e7

Please sign in to comment.