mirror of
https://github.com/jart/cosmopolitan.git
synced 2025-08-08 19:00:27 +00:00
Bare metal VGA: rename internal file vga.h to vga.internal.h
(https://github.com/jart/cosmopolitan/pull/588#pullrequestreview-1095676354)
This commit is contained in:
parent
c42c607c80
commit
57faaa9c5a
4 changed files with 5 additions and 5 deletions
|
@ -21,7 +21,7 @@
|
|||
#include "libc/calls/struct/iovec.internal.h"
|
||||
#include "libc/intrin/weaken.h"
|
||||
#include "libc/sysv/errfuns.h"
|
||||
#include "libc/vga/vga.h"
|
||||
#include "libc/vga/vga.internal.h"
|
||||
|
||||
ssize_t sys_writev_metal(struct Fd *fd, const struct iovec *iov, int iovlen) {
|
||||
switch (fd->kind) {
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
#ifndef COSMOPOLITAN_LIBC_VGA_VGA_H_
|
||||
#define COSMOPOLITAN_LIBC_VGA_VGA_H_
|
||||
#ifndef COSMOPOLITAN_LIBC_VGA_VGA_INTERNAL_H_
|
||||
#define COSMOPOLITAN_LIBC_VGA_VGA_INTERNAL_H_
|
||||
|
||||
#if !(__ASSEMBLER__ + __LINKER__ + 0)
|
||||
#include "libc/calls/struct/fd.internal.h"
|
|
@ -19,7 +19,7 @@ LIBC_VGA_A_SRCS = \
|
|||
$(LIBC_VGA_A_SRCS_C)
|
||||
|
||||
LIBC_VGA_A_OBJS = \
|
||||
$(LIBC_VGA_A_SRCS_S:%.S=o/$(MODE)/%.o) \
|
||||
$(LIBC_VGA_A_SRCS_S:%.S=o/$(MODE)/%.o) \
|
||||
$(LIBC_VGA_A_SRCS_C:%.c=o/$(MODE)/%.o)
|
||||
|
||||
LIBC_VGA_A_CHECKS = \
|
||||
|
|
|
@ -27,7 +27,7 @@
|
|||
#include "libc/calls/struct/fd.internal.h"
|
||||
#include "libc/calls/struct/iovec.h"
|
||||
#include "libc/calls/struct/iovec.internal.h"
|
||||
#include "libc/vga/vga.h"
|
||||
#include "libc/vga/vga.internal.h"
|
||||
#include "libc/runtime/pc.internal.h"
|
||||
#include "libc/str/str.h"
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue