Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 359229
b: refs/heads/master
c: b341f78
h: refs/heads/master
i:
  359227: c3c7fe1
v: v3
  • Loading branch information
Yann E. MORIN authored and Michal Marek committed Nov 20, 2012
1 parent edad660 commit d20105f
Show file tree
Hide file tree
Showing 2 changed files with 7 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: 337a275d03e0b900dc8ac3ab5583d18099fedae6
refs/heads/master: b341f7882f04cc70b7437583f012a8d93fbfb00e
6 changes: 6 additions & 0 deletions trunk/scripts/kconfig/lkc.h
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,12 @@ extern "C" {
#ifndef CONFIG_
#define CONFIG_ "CONFIG_"
#endif
static inline const char *CONFIG_prefix(void)
{
return CONFIG_;
}
#undef CONFIG_
#define CONFIG_ CONFIG_prefix()

#define TF_COMMAND 0x0001
#define TF_PARAM 0x0002
Expand Down

0 comments on commit d20105f

Please sign in to comment.