Chinaunix首页 | 论坛 | 博客
  • 博客访问: 54082
  • 博文数量: 22
  • 博客积分: 975
  • 博客等级: 准尉
  • 技术积分: 222
  • 用 户 组: 普通用户
  • 注册时间: 2009-03-02 21:41
文章分类
文章存档

2011年(8)

2010年(8)

2009年(6)

我的朋友

分类: C/C++

2011-01-12 17:13:29

inline:
 
 
/**
 * mmc_claim_host - exclusively claim a host
 * @host: mmc host to claim
 *
 * Claim a host for a set of operations.
 */
static inline void mmc_claim_host(struct mmc_host *host)
{
 __mmc_claim_host(host, NULL);
}
 
阅读(1023) | 评论(0) | 转发(0) |
给主人留下些什么吧!~~