close Warning: Can't use blame annotator:
No changeset 2 in the repository

source: svn/newcon3bcm2_21bu/BSEAV/api/include/bstd_cfg.h

Last change on this file was 76, checked in by megakiss, 10 years ago

1W 대기전력을 만족시키기 위하여 POWEROFF시 튜너를 Standby 상태로 함

  • Property svn:executable set to *
File size: 302 bytes
RevLine 
1#ifdef __cplusplus
2extern "C"
3{
4#endif
5void b_task_check(const char *file, unsigned line);
6#if BDBG_DEBUG_BUILD
7#define B_TASK_CHECK() b_task_check(__FILE__, __LINE__)
8#else
9#define B_TASK_CHECK()
10#endif
11
12#define BSTD_INLINE extern inline __attribute__((always_inline))
13
14#ifdef __cplusplus
15}
16#endif
17
18
Note: See TracBrowser for help on using the repository browser.