aboutsummaryrefslogtreecommitdiff
path: root/slof/fs/usb/dev-parent-calls.fs
blob: b77f9bc64a7a3b7f3ab0070d35f50280e9c3786a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
\ ****************************************************************************/
\ * Copyright (c) 2011 IBM Corporation
\ * All rights reserved.
\ * This program and the accompanying materials
\ * are made available under the terms of the BSD License
\ * which accompanies this distribution, and is available at
\ * http://www.opensource.org/licenses/bsd-license.php
\ *
\ * Contributors:
\ *     IBM Corporation - initial implementation
\ ****************************************************************************/

get-node CONSTANT my-phandle
: dma-alloc   s" dma-alloc"     my-phandle parent $call-static ;
: dma-map-in  s" dma-map-in"    my-phandle parent $call-static ;
: dma-map-out s" dma-map-out"   my-phandle parent $call-static ;
: dma-free    s" dma-free"      my-phandle parent $call-static ;