From: Philip Homburg Date: Thu, 21 Feb 2008 15:49:44 +0000 (+0000) Subject: List of service/driver names that are allowed as IPC endpoints for a new X-Git-Tag: v3.1.4~297 X-Git-Url: http://zhaoyanbai.com/repos/%24relpath%24tabs.css?a=commitdiff_plain;h=fc4593fb42968c8c8e21aaa9c49ca0dd500ed2cd;p=minix.git List of service/driver names that are allowed as IPC endpoints for a new driver/service. --- diff --git a/include/minix/rs.h b/include/minix/rs.h index a2c19da00..29012b4f3 100644 --- a/include/minix/rs.h +++ b/include/minix/rs.h @@ -33,11 +33,14 @@ struct rs_start u32_t rss_system[RSS_NR_SYSTEM]; char *rss_label; size_t rss_labellen; + char *rss_ipc; + size_t rss_ipclen; }; #define RF_COPY 0x01 /* Copy the brinary into RS to make it possible * to restart the driver without accessing FS */ +#define RF_IPC_VALID 0x02 /* rss_ipc and rss_ipclen are valid */ #define RSP_LABEL_SIZE 16 #define RSP_NR_DEVICE 16