armul_loadconf.h

来自「realview22.rar」· C头文件 代码 · 共 56 行

H
56
字号
/*
 * armul_loadconf.h
 *
 * RCS $Revision: 1.4.6.2 $
 * Checkin $Date: 2001/08/24 12:57:50 $
 * Revising $Author: lmacgreg $
 *
 * Interface for armul_loadconf.c
 * Copyright (C) 1999 - 2001 ARM Ltd.  All rights reserved.
 *
 */


#ifndef armul_loadconf__h
#define armul_loadconf__h

#include "toolconf.h"

#if defined(__cplusplus) && !defined(CLX_CPP_LINKAGE)
extern "C" {
#endif

struct RDI_HostosInterface;

/*
 * Loads all the .AMI and .DSC files it can find on paths in
 * environment-vars ARMCONF and ARMDLL.
 */
int ARMul_LoadToolConf(toolconf tconf, 
                       struct RDI_HostosInterface const *hostif);

/* 
 * Find, in tconf, the config with name "confname",
 * following chains of aliases if required to find a child-toolconf.
 * Returns: The child toolconf.
 */
toolconf ARMul_FindConfig(toolconf tconf,tag_t confname);

void ARMul_ToolConf_Merge(toolconf tc_dest, toolconf tc_src);

#if defined(__cplusplus) && !defined(CLX_CPP_LINKAGE)
}
#endif

#endif /*ndef armul_loadconf__h*/










⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?