boot_control_module स्ट्रक्चर का रेफ़रंस

boot_control_module स्ट्रक्चर का रेफ़रंस

#include < boot_control.h >

डेटा फ़ील्ड

struct hw_module_t   सामान्य
 
void(*  init )(struct boot_control_module *module)
 
unsigned(*  getNumberSlots )(struct boot_control_module *module)
 
unsigned(*  getCurrentSlot )(struct boot_control_module *module)
 
int(*  markBootSuccessful )(struct boot_control_module *module)
 
int(*  setActiveBootSlot )(struct boot_control_module *module, unsigned slot)
 
int(*  setSlotAsUnbootable )(struct boot_control_module *module, unsigned slot)
 
int(*  isSlotBootable )(struct boot_control_module *module, unsigned slot)
 
const char *(*  getSuffix )(struct boot_control_module *module, unsigned slot)
 
int(*  isSlotMarkedSuccessful )(struct boot_control_module *module, unsigned slot)
 
void *  reserved [31]
 

पूरी जानकारी

हर हार्डवेयर मॉड्यूल में, HAL_MODULE_INFO_SYM नाम का डेटा स्ट्रक्चर होना चाहिए. साथ ही, इस डेटा स्ट्रक्चर के फ़ील्ड, hw_module_t से शुरू होने चाहिए. इसके बाद, मॉड्यूल की खास जानकारी होनी चाहिए.

परिभाषा, boot_control.h की फ़ाइल के 50 पंक्ति पर दी गई है.

फ़ील्ड का दस्तावेज़

struct hw_module_t common

परिभाषा, boot_control.h फ़ाइल की लाइन 51 पर दी गई है.

unsigned(* getCurrentSlot)(struct boot_control_module *module)

परिभाषा, boot_control.h फ़ाइल की लाइन 76 पर दी गई है .

unsigned(* getNumberSlots)(struct boot_control_module *module)

परिभाषा, boot_control.h फ़ाइल की लाइन 64 पर दी गई है.

const char*(* getSuffix)(struct boot_control_module *module, unsigned slot)

परिभाषा, boot_control.h फ़ाइल की लाइन 118 पर दी गई है.

void(* init)(struct boot_control_module *module)

boot_control.h फ़ाइल की लाइन 57 पर परिभाषा.

int(* isSlotBootable)(struct boot_control_module *module, unsigned slot)

परिभाषा, boot_control.h फ़ाइल की लाइन 110 पर दी गई है.

int(* isSlotMarkedSuccessful)(struct boot_control_module *module, unsigned slot)

परिभाषा, boot_control.h फ़ाइल की लाइन 126 पर दी गई है.

int(* markBootSuccessful)(struct boot_control_module *module)

boot_control.h फ़ाइल की लाइन 84 पर परिभाषा.

void* reserved[31]

परिभाषा, boot_control.h फ़ाइल की लाइन 128 पर दी गई है.

int(* setActiveBootSlot)(struct boot_control_module *module, unsigned slot)

boot_control.h फ़ाइल की लाइन 93 पर परिभाषा.

int(* setSlotAsUnbootable)(struct boot_control_module *module, unsigned slot)

परिभाषा, boot_control.h फ़ाइल की लाइन 101 पर दी गई है.


इस स्ट्रक्चर का दस्तावेज़, इस फ़ाइल से जनरेट किया गया था: