mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-21 11:13:30 +00:00
Remove no longer needed forward declaration for struct sf_buf.
MFC after: 29 days
This commit is contained in:
parent
21c295ef88
commit
c108830417
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=237476
@ -260,7 +260,6 @@ int lkmressys(struct thread *, struct nosys_args *);
|
||||
int syscall_thread_enter(struct thread *td, struct sysent *se);
|
||||
void syscall_thread_exit(struct thread *td, struct sysent *se);
|
||||
|
||||
struct sf_buf;
|
||||
int shared_page_alloc(int size, int align);
|
||||
int shared_page_fill(int size, int align, const void *data);
|
||||
void shared_page_write(int base, int size, const void *data);
|
||||
|
Loading…
Reference in New Issue
Block a user