gonzui


Format: Advanced Search

tkernel_2/lib/libsvc/src/sysdepend/em1d/td_set_dsname.Sbare sourcepermlink (0.00 seconds)

Search this content:

    1: /*
    2:  *----------------------------------------------------------------------
    3:  *    T-Kernel 2.0 Software Package
    4:  *
    5:  *    Copyright 2011 by Ken Sakamura.
    6:  *    This software is distributed under the latest version of T-License 2.x.
    7:  *----------------------------------------------------------------------
    8:  *
    9:  *    Released by T-Engine Forum(http://www.t-engine.org/) at 2011/05/17.
   10:  *    Modified by TRON Forum(http://www.tron.org/) at 2015/06/01.
   11:  *
   12:  *----------------------------------------------------------------------
   13:  */
   14: 
   15: /*
   16:  *      T-Kernel SVC interface library (em1d)
   17:  *
   18:  *         (generated automatically)
   19:  */
   20: 
   21: #include <machine.h>
   22: #include <tk/sysdef.h>
   23: #include <sys/svc/tdfncd.h>
   24: 
   25:         .text
   26:         .balign        4
   27:         .globl Csym(td_set_dsname)
   28:         .type  Csym(td_set_dsname), %function
   29: Csym(td_set_dsname):
   30:         stmfd  sp!, {lr}
   31:         ldr    ip, =TDFN_SET_DSNAME
   32:         swi    SWI_DEBUG
   33:         ldmfd  sp!, {lr}
   34:         bx     lr
   35: