Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
COM32R documentation: fix typo 'pm_cs'
Signed-off-by: Paul Bolle <pebolle@tiscali.nl>
Signed-off-by: H. Peter Anvin <hpa@linux.intel.com>
  • Loading branch information
pebolle authored and H. Peter Anvin committed Mar 2, 2011
1 parent 7a9ea9d commit 5dab461
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions doc/comboot.txt
Expand Up @@ -986,27 +986,27 @@ AX=0024h [3.80] Cleanup, shuffle and boot, raw version

++++ 32-BIT ONLY API CALLS ++++

void *pm_cs->lmalloc(size_t bytes)
void *cs_pm->lmalloc(size_t bytes)

Allocate a buffer in low memory (below 1 MB).


void pm_cs->lfree(void *ptr)
void cs_pm->lfree(void *ptr)

Free a buffer allocated with pm_cs->lmalloc().
Free a buffer allocated with cs_pm->lmalloc().


DIR *pm_cs->opendir(const char *pathname)
DIR *cs_pm->opendir(const char *pathname)

Open a directory.


struct dirent *pm_cs->readdir(DIR *dir)
struct dirent *cs_pm->readdir(DIR *dir)

Read an entry from a directory. The entry is returned in a
static buffer.


int pm_cs->closedir(DIR *dir)
int cs_pm->closedir(DIR *dir)

Close a directory.

0 comments on commit 5dab461

Please sign in to comment.