Skip to content
Snippets Groups Projects
Commit 3644a02c authored by Troy Kisky's avatar Troy Kisky
Browse files

arch-mx5: imx-regs: add imx_get_mac_from_fuse

parent d87ccde3
No related branches found
No related tags found
No related merge requests found
......@@ -334,6 +334,7 @@
#if !(defined(__KERNEL_STRICT_NAMES) || defined(__ASSEMBLY__))
#include <asm/types.h>
void imx_get_mac_from_fuse(int dev_id, unsigned char *mac);
#define __REG(x) (*((volatile u32 *)(x)))
#define __REG16(x) (*((volatile u16 *)(x)))
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment