Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 218469
b: refs/heads/master
c: a10c020
h: refs/heads/master
i:
  218467: 1ee4feb
v: v3
  • Loading branch information
Amarnath Revanna authored and David S. Miller committed Oct 27, 2010
1 parent 7c3e188 commit 94a813a
Show file tree
Hide file tree
Showing 2 changed files with 27 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 4101e976e0376a1820ae55adf8bca7dda5089a7d
refs/heads/master: a10c02036f82b1fa30d69a62f7c7d9a927e8adbc
26 changes: 26 additions & 0 deletions trunk/include/net/caif/caif_shm.h
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
/*
* Copyright (C) ST-Ericsson AB 2010
* Contact: Sjur Brendeland / sjur.brandeland@stericsson.com
* Author: Amarnath Revanna / amarnath.bangalore.revanna@stericsson.com
* License terms: GNU General Public License (GPL) version 2
*/

#ifndef CAIF_SHM_H_
#define CAIF_SHM_H_

struct shmdev_layer {
u32 shm_base_addr;
u32 shm_total_sz;
u32 shm_id;
u32 shm_loopback;
void *hmbx;
int (*pshmdev_mbxsend) (u32 shm_id, u32 mbx_msg);
int (*pshmdev_mbxsetup) (void *pshmdrv_cb,
struct shmdev_layer *pshm_dev, void *pshm_drv);
struct net_device *pshm_netdev;
};

extern int caif_shmcore_probe(struct shmdev_layer *pshm_dev);
extern void caif_shmcore_remove(struct net_device *pshm_netdev);

#endif

0 comments on commit 94a813a

Please sign in to comment.