summaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-mxs/include/mach/ocotp.h
blob: 86b30c96e16c30db35a22e72b5f7c533d6904952 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
/*
 * Header file for mxs ocotp driver - same license as driver
 *
 * Copyright (C) 2012 by Wolfram Sang, Pengutronix e.K.
 */

#ifndef __MACH_OCOTP_H
#define __MACH_OCOTP_H

int mxs_ocotp_read(void *buf, int count, int offset);

#endif /* __MACH_OCOTP_H */