X-Git-Url: https://git.ucc.asn.au/?a=blobdiff_plain;f=Kernel%2Finclude%2Ffs_sysfs.h;h=c6c75f828590eecf909309305508a5cce7173406;hb=refs%2Ftags%2Frel0.07;hp=698646f487b3214b4e384b4523289b8a7f0b1ceb;hpb=1e7db40300bc594cf708bb6082a6e05a268da946;p=tpg%2Facess2.git diff --git a/Kernel/include/fs_sysfs.h b/Kernel/include/fs_sysfs.h index 698646f4..c6c75f82 100644 --- a/Kernel/include/fs_sysfs.h +++ b/Kernel/include/fs_sysfs.h @@ -21,7 +21,7 @@ * \note \a Data must be maintained until ::SysFS_UpdateFile is called * with a different buffer, or ::SysFS_RemoveFile is called. */ -extern int SysFS_RegisterFile(char *Path, char *Data, int Length); +extern int SysFS_RegisterFile(const char *Path, const char *Data, int Length); /** * \brief Updates the size/pointer associated with a SysFD file @@ -30,7 +30,7 @@ extern int SysFS_RegisterFile(char *Path, char *Data, int Length); * \param Length New length of the file * \return Boolean Success */ -extern int SysFS_UpdateFile(int ID, char *Data, int Length); +extern int SysFS_UpdateFile(int ID, const char *Data, int Length); /** * \brief Removes a file from the SysFS tree