~ubuntu-branches/ubuntu/precise/linux-ti-omap4/precise

« back to all changes in this revision

Viewing changes to drivers/crypto/caam/compat.h

  • Committer: Bazaar Package Importer
  • Author(s): Paolo Pisati
  • Date: 2011-06-29 15:23:51 UTC
  • mfrom: (26.1.1 natty-proposed)
  • Revision ID: james.westby@ubuntu.com-20110629152351-xs96tm303d95rpbk
Tags: 3.0.0-1200.2
* Rebased against 3.0.0-6.7
* BSP from TI based on 3.0.0

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
/*
 
2
 * Copyright 2008-2011 Freescale Semiconductor, Inc.
 
3
 */
 
4
 
 
5
#ifndef CAAM_COMPAT_H
 
6
#define CAAM_COMPAT_H
 
7
 
 
8
#include <linux/kernel.h>
 
9
#include <linux/module.h>
 
10
#include <linux/mod_devicetable.h>
 
11
#include <linux/device.h>
 
12
#include <linux/interrupt.h>
 
13
#include <linux/crypto.h>
 
14
#include <linux/hw_random.h>
 
15
#include <linux/of_platform.h>
 
16
#include <linux/dma-mapping.h>
 
17
#include <linux/io.h>
 
18
#include <linux/spinlock.h>
 
19
#include <linux/rtnetlink.h>
 
20
#include <linux/in.h>
 
21
#include <linux/slab.h>
 
22
#include <linux/types.h>
 
23
#include <linux/debugfs.h>
 
24
#include <linux/circ_buf.h>
 
25
#include <net/xfrm.h>
 
26
 
 
27
#include <crypto/algapi.h>
 
28
#include <crypto/aes.h>
 
29
#include <crypto/des.h>
 
30
#include <crypto/sha.h>
 
31
#include <crypto/aead.h>
 
32
#include <crypto/authenc.h>
 
33
#include <crypto/scatterwalk.h>
 
34
 
 
35
#endif /* !defined(CAAM_COMPAT_H) */