~ubuntu-branches/ubuntu/quantal/linux-linaro-mx51/quantal

« back to all changes in this revision

Viewing changes to arch/arm/boot/compressed/sdhi-shmobile.h

  • Committer: Package Import Robot
  • Author(s): John Rigby, John Rigby
  • Date: 2011-09-26 10:44:23 UTC
  • Revision ID: package-import@ubuntu.com-20110926104423-3o58a3c1bj7x00rs
Tags: 3.0.0-1007.9
[ John Rigby ]

Enable crypto modules and remove crypto-modules from
exclude-module files
LP: #826021

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
#ifndef SDHI_MOBILE_H
 
2
#define SDHI_MOBILE_H
 
3
 
 
4
#include <linux/compiler.h>
 
5
 
 
6
int sdhi_boot_do_read(void __iomem *base, int high_capacity,
 
7
                      unsigned long offset, unsigned short count,
 
8
                      unsigned short *buf);
 
9
int sdhi_boot_init(void __iomem *base);
 
10
 
 
11
#endif