summaryrefslogtreecommitdiff
path: root/include/linux/asn1_decoder.h
blob: 83f9c6e1e5e9609391eaaf0bcc71b90214f00468 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
/* SPDX-License-Identifier: GPL-2.0-or-later */
/* ASN.1 decoder
 *
 * Copyright (C) 2012 Red Hat, Inc. All Rights Reserved.
 * Written by David Howells (dhowells@redhat.com)
 */

#ifndef _LINUX_ASN1_DECODER_H
#define _LINUX_ASN1_DECODER_H

#include <linux/asn1.h>

struct asn1_decoder;

extern int asn1_ber_decoder(const struct asn1_decoder *decoder,
			    void *context,
			    const unsigned char *data,
			    size_t datalen);

#endif /* _LINUX_ASN1_DECODER_H */
ngier 2012-05-12ARM / mach-shmobile: r8a7779 SMP TWD boot regression fixMagnus Damm 2012-03-29Merge tag 'cleanup2' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm...Linus Torvalds 2012-03-13ARM: __io abuse cleanupRob Herring 2012-03-13ARM: shmobile: convert to twd_local_timer_register() interfaceMarc Zyngier 2012-01-23ARM: 7293/1: logical_cpu_map: decouple CPU mapping from SMPWill Deacon 2012-01-12ARM: mach-shmobile: r8a7779 SMP support V3Magnus Damm