~ubuntu-branches/ubuntu/trusty/linux-linaro-omap/trusty

« back to all changes in this revision

Viewing changes to arch/mips/lantiq/xway/devices.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-57i0gl3v99b3lkfg
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
/*
 
2
 *  This program is free software; you can redistribute it and/or modify it
 
3
 *  under the terms of the GNU General Public License version 2 as published
 
4
 *  by the Free Software Foundation.
 
5
 *
 
6
 *  Copyright (C) 2010 John Crispin <blogic@openwrt.org>
 
7
 */
 
8
 
 
9
#ifndef _LTQ_DEVICES_XWAY_H__
 
10
#define _LTQ_DEVICES_XWAY_H__
 
11
 
 
12
#include "../devices.h"
 
13
#include <linux/phy.h>
 
14
 
 
15
extern void ltq_register_gpio(void);
 
16
extern void ltq_register_gpio_stp(void);
 
17
extern void ltq_register_ase_asc(void);
 
18
extern void ltq_register_etop(struct ltq_eth_data *eth);
 
19
 
 
20
#endif