blob: 64bf4ad897d77c7410d7c9fb532b40e4e4b4dcaf [file] [log] [blame]
/*
* Imagination Technologies Generic eFuse driver
*
* Copyright (C) 2014 Imagination Technologies Ltd.
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License version 2 as
* published by the Free Software Foundation.
*/
#ifndef __IMG_EFUSE_H
#define __IMG_EFUSE_H
int img_efuse_readl(unsigned int offset, u32 *value);
#endif