https://github.com/raspberrypi/linux
Raw File
Tip revision: d58c595b013f8cfe4f19b6f61344067da72bc360 authored by Dave Stevenson on 23 October 2018, 14:33:30 UTC
ASoC: googlevoicehat-codec: Only convert from ms to jiffies once
Tip revision: d58c595
export.h
#ifndef _TOOLS_ASM_EXPORT_H
#define _TOOLS_ASM_EXPORT_H

#define EXPORT_SYMBOL(x)
#define EXPORT_SYMBOL_GPL(x)

#endif /* _TOOLS_ASM_EXPORT_H */
back to top