diff options
Diffstat (limited to 'src/roms/SLOF/slof/fs/usb/dev-parent-calls.fs')
-rw-r--r-- | src/roms/SLOF/slof/fs/usb/dev-parent-calls.fs | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/src/roms/SLOF/slof/fs/usb/dev-parent-calls.fs b/src/roms/SLOF/slof/fs/usb/dev-parent-calls.fs new file mode 100644 index 0000000..57fa8eb --- /dev/null +++ b/src/roms/SLOF/slof/fs/usb/dev-parent-calls.fs @@ -0,0 +1,15 @@ +\ ****************************************************************************/ +\ * 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 + +s" dma-function.fs" included |