Subversion Repositories HelenOS

Rev

Rev 1819 | Rev 2071 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 1819 Rev 1888
Line 30... Line 30...
30
 * @{
30
 * @{
31
 */
31
 */
32
/** @file
32
/** @file
33
 */
33
 */
34
 
34
 
35
 
-
 
36
/*
35
/*
37
 * Variable argument list manipulation macros
36
 * Variable argument list manipulation macros
38
 * for architectures using stack to pass arguments.
37
 * for architectures using stack to pass arguments.
39
 */
38
 */
40
 
39
 
41
#ifndef __STACKARG_H__
40
#ifndef KERN_STACKARG_H_
42
#define __STACKARG_H__
41
#define KERN_STACKARG_H_
43
 
42
 
44
#include <arch/types.h>
43
#include <arch/types.h>
45
 
44
 
46
typedef struct va_list {
45
typedef struct va_list {
47
    int pos;
46
    int pos;